Jump to content

DBE FDI PARAMETERS

From EDM2
Revision as of 16:07, 27 December 2019 by Martini (talk | contribs) (Created page with "FONTMGRPARM data structure. ==Type== typedef struct _DBE_FDI_PARAMETERS { ULONG fdi_1Match; ULONG fdi_1FunctionID; ULONG fdi_1CodeP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FONTMGRPARM data structure.

Type

typedef struct _DBE_FDI_PARAMETERS {
 ULONG             fdi_1Match;
 ULONG             fdi_1FunctionID;
 ULONG             fdi_1CodePoint;
 VOID _far16      *fdi_pFontInfo;    /*  16:16 pointer. */
} DBE_FDI_PARAMETERS;

C Declaration Method

typedef DBE_FDI_PARAMETERS *PDBE_FDI_PARAMETERS;