Jump to content

DBE FDI PARAMETERS: Difference between revisions

From EDM2
Created page with "FONTMGRPARM data structure. ==Type== typedef struct _DBE_FDI_PARAMETERS { ULONG fdi_1Match; ULONG fdi_1FunctionID; ULONG fdi_1CodeP..."
 
No edit summary
 
Line 10: Line 10:
  typedef DBE_FDI_PARAMETERS *PDBE_FDI_PARAMETERS;
  typedef DBE_FDI_PARAMETERS *PDBE_FDI_PARAMETERS;
[[Category:Data type]]
[[Category:Data type]]
{{DISPLAYTITLE:DBE_FDI_PARAMETERS}}

Latest revision as of 17:36, 8 February 2020

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;