Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

GetUserGeoID.md

File metadata and controls

46 lines (30 loc) · 1.01 KB

Home

Function name : GetUserGeoID

Group: National Language Support - Library: kernel32


Retrieves information about the geographical location of the user.


Declaration:

GEOID GetUserGeoID(
  _In_  GEOCLASS GeoClass
);  

FoxPro declaration:

DECLARE INTEGER GetUserGeoID IN kernel32;
	INTEGER GeoClass  

Parameters:

GeoClass [in] Geographical location class to return. Possible values are defined by the SYSGEOCLASS enumeration.


Return value:

Returns the geographical location identifier of the user if SetUserGeoID has been called before to set the identifier.


Comments:

See also: SetUserGeoID.

Table of Geographical Locations