Jump to content

PRTFONTS_Q

From EDM2

Information about the PRTFONTS_Q data structure.

Example Code

typedef struct _PRTFONTS_Q {
  BYTE       interpreterID;    /*  Interpreter identifier to get font information. */
  BYTE       bReserved;        /*  Reserved; must be 0 (zero). */
  USHORT     usStorageTypeID;  /*  Specific font-storage-type identifier. */
  ULONG      ulStorageType;    /*  Font storage type to return font information. */
  ULONG      ulFontID;         /*  Specific font-storage-type ID to query. */
} PRTFONTS_Q;

typedef PRTFONTS_Q *PPRTFONTS_Q;