Click to Rate and Give Feedback
International Features
SYSGEOTYPE

Defines the type of geographical location information requested in the GetGeoInfo function.

enum SYSGEOTYPE {
  GEO_NATION = 0x0001,
  GEO_LATITUDE = 0x0002,
  GEO_LONGITUDE = 0x0003,
  GEO_ISO2 = 0x0004,
  GEO_ISO3 = 0x0005,
  GEO_RFC1766  = 0x0006,
  GEO_LCID  = 0x0007,
  GEO_FRIENDLYNAME =  0x0008,
  GEO_OFFICIALNAME = 0x0009,
  GEO_TIMEZONES  =  0x000A,
  GEO_OFFICIALLANGUAGES = 0x000B,
};

Enumeration Values

GEO_NATION
Geographical location identifier (GEOID) of a nation. This value is stored in a long integer.
GEO_LATITUDE
The latitude of the location. This value is stored in a floating-point number.
GEO_LONGITUDE
The longitude of the location. This value is stored in a floating-point number.
GEO_ISO2
The ISO 2-letter country/region code. This value is stored in a string.
GEO_ISO3
The ISO 3-letter country/region code. This value is stored in a string.
GEO_RFC1766
The name for a string, compliant with RFC 4646 (Windows Vista and later), that is derived from the GetGeoInfo parameters language and GeoId.
GEO_LCID
A locale identifier derived from the GetGeoInfo parameters language and GeoId.
GEO_FRIENDLYNAME
The friendly name of the nation. Example: Germany. This value is stored in a string.
GEO_OFFICIALNAME
The official name of the nation. Example: Federal Republic of Germany. This value is stored in a string.
GEO_TIMEZONES
Not implemented.
GEO_OFFICIALLANGUAGES
Not implemented.

Requirements

  Windows NT/2000/XP/Vista: Included in Windows XP and later.
  Windows 95/98/Me: Included in Windows Me.
  Header: Declared in Winnls.h; include Windows.h.

See Also

National Language Support Enumeration Types, GetGeoInfo

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker