UNI_CODEPAGEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// prntfont.h

typedef struct _UNI_CODEPAGEINFO {
  DWORD dwCodePage;
  INVOC SelectSymbolSet;
  INVOC UnSelectSymbolSet;
} UNI_CODEPAGEINFO, *PUNI_CODEPAGEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-prntfont-_uni_codepageinfo)

_UNI_CODEPAGEINFO structure

Description

The UNI_CODEPAGEINFO structure is one of the structures used to define the contents of glyph translation table files (.gtt files).

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.

See also

INVOC