NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <string>
#include <sstream>
#include <rpc.h>
#include <client/nvdaController.h>
#include <common/winIPCUtils.h>
Go to the source code of this file.
Functions | |
_Must_inspect_result_ _Ret_maybenull_ | _Post_writable_byte_size_ (size) void *__RPC_USER midl_user_allocate(_In_ size_t size) |
void __RPC_USER | midl_user_free (_Pre_maybenull_ _Post_invalid_ void *p) |
BOOL WINAPI | DllMain (HINSTANCE hModule, DWORD reason, LPVOID lpReserved) |
error_status_t __stdcall | nvdaController_onSsmlMarkReached (const wchar_t *mark) |
error_status_t __stdcall | nvdaController_setOnSsmlMarkReachedCallback (onSsmlMarkReachedFuncType callback) |
Variables | |
onSsmlMarkReachedFuncType | _onSsmlMarkReached = nullptr |
_Must_inspect_result_ _Ret_maybenull_ _Post_writable_byte_size_ | ( | size | ) |
References desktopSpecificNamespace, and generateDesktopSpecificNamespace().
error_status_t __stdcall nvdaController_onSsmlMarkReached | ( | const wchar_t * | mark | ) |
References _onSsmlMarkReached.
error_status_t __stdcall nvdaController_setOnSsmlMarkReachedCallback | ( | onSsmlMarkReachedFuncType | callback | ) |
References _onSsmlMarkReached.
onSsmlMarkReachedFuncType _onSsmlMarkReached = nullptr |
Referenced by nvdaController_onSsmlMarkReached(), and nvdaController_setOnSsmlMarkReachedCallback().