SYSGEOCLASS enumeration (winnls.h)

Specifies the geographical location class.

Syntax

typedef enum SYSGEOCLASS {
  GEOCLASS_NATION = 16,
  GEOCLASS_REGION = 14,
  GEOCLASS_ALL = 0
} ;

Constants

 
GEOCLASS_NATION
Value: 16
Class for nation geographical location identifiers.
GEOCLASS_REGION
Value: 14
Class for region geographical location identifiers.
GEOCLASS_ALL
Value: 0
Starting with Windows 8: Class for all geographical location identifiers.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Header winnls.h (include Windows.h)

See also

National Language Support Enumeration Types