Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UNI_CODEPAGEINFO structure is one of the structures used to define the contents of glyph translation table files (.gtt files).
Syntax
typedef struct _UNI_CODEPAGEINFO {
DWORD dwCodePage;
INVOC SelectSymbolSet;
INVOC UnSelectSymbolSet;
} UNI_CODEPAGEINFO, *PUNI_CODEPAGEINFO;
Members
dwCodePage
Identifies a Windows code page.
SelectSymbolSet
Is an INVOC structure containing the printer command to select the code page's symbol set.
UnSelectSymbolSet
Is an INVOC structure containing the printer command to deselect the code page's symbol set.
Requirements
Requirement | Value |
---|---|
Header | prntfont.h (include Prntfont.h) |