// prntfont.h
typedef struct _UNI_CODEPAGEINFO {
DWORD dwCodePage;
INVOC SelectSymbolSet;
INVOC UnSelectSymbolSet;
} UNI_CODEPAGEINFO, *PUNI_CODEPAGEINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The UNI_CODEPAGEINFO structure is one of the structures used to define the contents of glyph translation table files (.gtt files).
dwCodePageIdentifies a Windows code page.
SelectSymbolSetIs an INVOC structure containing the printer command to select the code page's symbol set.
UnSelectSymbolSetIs an INVOC structure containing the printer command to deselect the code page's symbol set.