Jump to content

PRTFONTSL

From EDM2
Revision as of 18:40, 8 February 2020 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;