NVDA Helper
In-process and lite high-speed utilities for NVDA
|
Go to the source code of this file.
Functions | |
void | IME_inProcess_initialize () |
void | IME_inProcess_terminate () |
void | handleIMEConversionModeUpdate (HWND hwnd, bool report) |
Variables | |
HWND | curIMEWindow |
void IME_inProcess_initialize | ( | ) |
References BOOL(), gImm32Module, IME_callWndProcHook(), IME_getMessageHook(), LPINPUTCONTEXT2(), LPVOID(), registerWindowsHook(), wm_candidateChange, and wm_handleIMEConversionModeUpdate.
Referenced by inProcess_initialize().
void IME_inProcess_terminate | ( | ) |
References gImm32Module, IME_callWndProcHook(), IME_getMessageHook(), and unregisterWindowsHook().
Referenced by inProcess_terminate().
void handleIMEConversionModeUpdate | ( | HWND | hwnd, |
bool | report ) |
References lastConversionModeFlags, and nvdaControllerInternal_inputConversionModeUpdate().
Referenced by handleIMEWindowMessage(), IME_getMessageHook(), and TsfSink::OnActivated().
|
extern |
Referenced by handleIMEWindowMessage(), and TsfSink::OnEndEdit().