Jump to content

PRTFONTSL

From EDM2

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;