NLSTABLEINFO structure

Stores the NLS file formats .

Syntax

typedef struct _NLSTABLEINFO {
  CPTABLEINFO    OemTableInfo;
  CPTABLEINFO    AnsiTableInfo;
  PUSHORT        UpperCaseTable;
  LowerCaseTable PUSHORT;
} NLSTABLEINFO, *PNLSTABLEINFO;

Members

  • OemTableInfo
    Specifies OEM table.

  • AnsiTableInfo
    Specifies an ANSI table.

  • UpperCaseTable
    Specifies an 844 format uppercase table.

  • PUSHORT
    Specifies an 844 format lowercase table.

Requirements

Header

Ntnls.h

 

 

Send comments about this topic to Microsoft