NVDA Helper
In-process and lite high-speed utilities for NVDA
client.cpp File Reference
#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
 

Function Documentation

◆ _Post_writable_byte_size_()

_Must_inspect_result_ _Ret_maybenull_ _Post_writable_byte_size_ ( size )

◆ midl_user_free()

void __RPC_USER midl_user_free ( _Pre_maybenull_ _Post_invalid_ void * p)

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE hModule,
DWORD reason,
LPVOID lpReserved )

◆ nvdaController_onSsmlMarkReached()

error_status_t __stdcall nvdaController_onSsmlMarkReached ( const wchar_t * mark)

References _onSsmlMarkReached.

◆ nvdaController_setOnSsmlMarkReachedCallback()

error_status_t __stdcall nvdaController_setOnSsmlMarkReachedCallback ( onSsmlMarkReachedFuncType callback)

References _onSsmlMarkReached.

Variable Documentation

◆ _onSsmlMarkReached