NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <windows.h>
#include <wchar.h>
Go to the source code of this file.
Macros | |
#define | EVENT_INPUTLANGCHANGE 0x1001 |
Functions | |
void | inputLangChange_inProcess_initialize () |
void | inputLangChange_inProcess_terminate () |
#define EVENT_INPUTLANGCHANGE 0x1001 |
void inputLangChange_inProcess_initialize | ( | ) |
References inputLangChange_callWndProcHook(), and registerWindowsHook().
Referenced by inProcess_initialize().
void inputLangChange_inProcess_terminate | ( | ) |
References inputLangChange_callWndProcHook(), and unregisterWindowsHook().
Referenced by inProcess_terminate().