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

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Function Documentation

◆ inputLangChange_callWndProcHook()

LRESULT CALLBACK inputLangChange_callWndProcHook ( int code,
WPARAM wParam,
LPARAM lParam )

◆ inputLangChange_inProcess_initialize()

void inputLangChange_inProcess_initialize ( )

◆ inputLangChange_inProcess_terminate()

void inputLangChange_inProcess_terminate ( )

Variable Documentation

◆ lastInputLangChange

LPARAM lastInputLangChange =0