ReactOS 0.4.16-dev-1470-gfbd70c8
geo_id Struct Reference

Public Attributes

GEOID id
 
WCHAR latitude [12]
 
WCHAR longitude [12]
 
GEOCLASS class
 
GEOID parent
 
WCHAR iso2 [4]
 
WCHAR iso3 [4]
 
USHORT uncode
 
USHORT dialcode
 
WCHAR currcode [4]
 
WCHAR currsymbol [8]
 

Detailed Description

Definition at line 234 of file locale.c.

Member Data Documentation

◆ class

GEOCLASS geo_id::class

Definition at line 239 of file locale.c.

Referenced by get_geo_info(), and SetUserGeoID().

◆ currcode

WCHAR geo_id::currcode[4]

Definition at line 245 of file locale.c.

Referenced by get_geo_info().

◆ currsymbol

WCHAR geo_id::currsymbol[8]

Definition at line 246 of file locale.c.

Referenced by get_geo_info().

◆ dialcode

USHORT geo_id::dialcode

Definition at line 244 of file locale.c.

Referenced by get_geo_info().

◆ id

GEOID geo_id::id

Definition at line 236 of file locale.c.

Referenced by get_geo_info(), GetUserDefaultGeoName(), SetUserGeoID(), and SetUserGeoName().

◆ iso2

WCHAR geo_id::iso2[4]

Definition at line 241 of file locale.c.

Referenced by get_geo_info(), GetUserDefaultGeoName(), and SetUserGeoID().

◆ iso3

WCHAR geo_id::iso3[4]

Definition at line 242 of file locale.c.

Referenced by get_geo_info().

◆ latitude

WCHAR geo_id::latitude[12]

Definition at line 237 of file locale.c.

Referenced by get_geo_info().

◆ longitude

WCHAR geo_id::longitude[12]

Definition at line 238 of file locale.c.

Referenced by get_geo_info().

◆ parent

GEOID geo_id::parent

Definition at line 240 of file locale.c.

Referenced by get_geo_info().

◆ uncode

USHORT geo_id::uncode

Definition at line 243 of file locale.c.

Referenced by get_geo_info(), and SetUserGeoID().


The documentation for this struct was generated from the following file: