Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the geographical location class.
Syntax
typedef enum SYSGEOCLASS {
GEOCLASS_NATION = 16,
GEOCLASS_REGION = 14,
GEOCLASS_ALL = 0
} ;
Constants
GEOCLASS_NATIONValue: 16 Class for nation geographical location identifiers. |
GEOCLASS_REGIONValue: 14 Class for region geographical location identifiers. |
GEOCLASS_ALLValue: 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) |