NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <windows.h>
#include <VersionHelpers.h>
#include "nvdaHelperRemote.h"
#include <remote/nvdaControllerInternal.h>
#include "ime.h"
#include "tsf.h"
#include "inputLangChange.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
LRESULT CALLBACK | inputLangChange_callWndProcHook (int code, WPARAM wParam, LPARAM lParam) |
void | inputLangChange_inProcess_initialize () |
void | inputLangChange_inProcess_terminate () |
Variables | |
LPARAM | lastInputLangChange =0 |
#define WIN32_LEAN_AND_MEAN |
LRESULT CALLBACK inputLangChange_callWndProcHook | ( | int | code, |
WPARAM | wParam, | ||
LPARAM | lParam ) |
References isTSFThread(), lastInputLangChange, and nvdaControllerInternal_inputLangChangeNotify().
Referenced by inputLangChange_inProcess_initialize(), and inputLangChange_inProcess_terminate().
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().
LPARAM lastInputLangChange =0 |
Referenced by inputLangChange_callWndProcHook().