Specifies the geographical location class.
enum SYSGEOCLASS
{
GEOCLASS_NATION = 16,
GEOCLASS_REGION = 14,
GEOCLASS_ALL = 0
};
| 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. |
Header: Declared in winnls.h.
Library: Use kernelx.lib.