NVDA Helper
In-process and lite high-speed utilities for NVDA
hookClass_TextOut< charType > Class Template Reference

Public Types

typedef int(WINAPI *) funcType(HDC, int, int, const charType *, int)
 

Static Public Member Functions

static int WINAPI fakeFunction (HDC hdc, int x, int y, const charType *lpString, int cbCount)
 

Static Public Attributes

static funcType realFunction =NULL
 

Detailed Description

template<typename charType>
class hookClass_TextOut< charType >

Member Typedef Documentation

◆ funcType

template<typename charType >
int(WINAPI *) hookClass_TextOut< charType >::funcType(HDC, int, int, const charType *, int)

Member Function Documentation

◆ fakeFunction()

template<typename charType >
int WINAPI hookClass_TextOut< charType >::fakeFunction ( HDC hdc,
int x,
int y,
const charType * lpString,
int cbCount )
static

Member Data Documentation

◆ realFunction

template<typename charType >
hookClass_TextOut< charType >::funcType hookClass_TextOut< charType >::realFunction =NULL
static

The documentation for this class was generated from the following file: