Information structure referenced by the pointer to glyph indices (pGlyphIndicies) in the TEXTBLTINFO structure.
typedef struct _GLYPHINFO {
CHAR bAspace; /* Reserved */
CHAR bBspace; /* Reserved */
CHAR bCspace; /* Reserved */
CHAR bPad; /* Reserved */
BMAPINFO bmapinfo; /* Destination physical surface descriptions */
} GLYPHINFO;
typedef GLYPHINFO *PGLYPHINFO;