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

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Function Documentation

◆ typedCharacter_apcFunc()

void __stdcall typedCharacter_apcFunc ( ULONG_PTR data)

◆ typedCharacter_getMessageHook()

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

◆ typedCharacter_inProcess_initialize()

void typedCharacter_inProcess_initialize ( )

◆ typedCharacter_inProcess_terminate()

void typedCharacter_inProcess_terminate ( )

Variable Documentation

◆ typedCharacter_window

HWND typedCharacter_window =NULL