NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <windows.h>
#include <wchar.h>
#include "nvdaHelperRemote.h"
#include <remote/nvdaControllerInternal.h>
#include "typedCharacter.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
void __stdcall | typedCharacter_apcFunc (ULONG_PTR data) |
LRESULT CALLBACK | typedCharacter_getMessageHook (int code, WPARAM wParam, LPARAM lParam) |
void | typedCharacter_inProcess_initialize () |
void | typedCharacter_inProcess_terminate () |
Variables | |
HWND | typedCharacter_window =NULL |
#define WIN32_LEAN_AND_MEAN |
void __stdcall typedCharacter_apcFunc | ( | ULONG_PTR | data | ) |
References nvdaControllerInternal_typedCharacterNotify().
Referenced by typedCharacter_getMessageHook().
LRESULT CALLBACK typedCharacter_getMessageHook | ( | int | code, |
WPARAM | wParam, | ||
LPARAM | lParam ) |
References inprocMgrThreadHandle, typedCharacter_apcFunc(), and typedCharacter_window.
Referenced by typedCharacter_inProcess_initialize(), and typedCharacter_inProcess_terminate().
void typedCharacter_inProcess_initialize | ( | ) |
References registerWindowsHook(), and typedCharacter_getMessageHook().
Referenced by inProcess_initialize().
void typedCharacter_inProcess_terminate | ( | ) |
References typedCharacter_getMessageHook(), and unregisterWindowsHook().
Referenced by inProcess_terminate().
HWND typedCharacter_window =NULL |
Referenced by handleIMEWindowMessage(), TsfSink::OnEndEdit(), and typedCharacter_getMessageHook().