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

Public Types

typedef BOOL(__stdcall *) funcType(HDC, int, int, UINT, const RECT *, const charType *, UINT, const INT *)
 

Static Public Member Functions

static BOOL __stdcall fakeFunction (HDC hdc, int x, int y, UINT fuOptions, const RECT *lprc, const charType *lpString, UINT cbCount, const INT *lpDx)
 

Static Public Attributes

static funcType realFunction =NULL
 

Detailed Description

template<typename charType>
class hookClass_ExtTextOut< charType >

Member Typedef Documentation

◆ funcType

template<typename charType >
BOOL(__stdcall *) hookClass_ExtTextOut< charType >::funcType(HDC, int, int, UINT, const RECT *, const charType *, UINT, const INT *)

Member Function Documentation

◆ fakeFunction()

template<typename charType >
BOOL __stdcall hookClass_ExtTextOut< charType >::fakeFunction ( HDC hdc,
int x,
int y,
UINT fuOptions,
const RECT * lprc,
const charType * lpString,
UINT cbCount,
const INT * lpDx )
static

Member Data Documentation

◆ realFunction

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

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