NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <sstream>
#include <vector>
#include <utility>
#include <comdef.h>
#include <windows.h>
#include <common/log.h>
#include <remote/nvdaInProcUtils.h>
#include "Fields.h"
#include <remote/WinWord/Constants.h>
Go to the source code of this file.
Namespaces | |
namespace | WinWord |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
bool | WinWord::inRange (long index, long start, long end) |
#define WIN32_LEAN_AND_MEAN |