SYSGEOCLASS Enumeration

Specifies the geographical location class.

Syntax

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

Constants

Constant Description
GEOCLASS_NATION Class for nation geographical location identifiers.
GEOCLASS_REGION Class for region geographical location identifiers.
GEOCLASS_ALL Starting with Windows 8: Class for all geographical location identifiers.

Requirements

Header: Declared in winnls.h.

Library: Use kernelx.lib.