Jump to content

PRTFONTS Q: Difference between revisions

From EDM2
Created page with "Information about the PRTFONTS_Q data structure. ==Example Code== <PRE> typedef struct _PRTFONTS_Q { BYTE interpreterID; /* Interpreter identifier to get font in..."
 
(No difference)

Latest revision as of 18:40, 8 February 2020

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;