Information about the PRTFONTS_Q data structure.
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 ;