PRTFONTSL: Difference between revisions
Appearance
Created page with "Structure returned by the BIDI_Q_FONTS command. ==Example Code== <PRE> typedef struct _PRTFONTSL { ULONG cTotal; →Total fonts meeting this criteria.: ULO..." |
(No difference)
|
Latest revision as of 17:40, 8 February 2020
Structure returned by the BIDI_Q_FONTS command.
Example Code
typedef struct _PRTFONTSL {
ULONG cTotal; /* Total fonts meeting this criteria. */
ULONG cReturned; /* Number of PRTFONTS data structures that follow. */
PRTFONTS prtFonts; /* Contains a PRTFONTS data structure. */
} PRTFONTSL;
typedef PRTFONTSL *PPRTFONTSL;