Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 990 Bytes

File metadata and controls

46 lines (30 loc) · 990 Bytes

Home

Function name : SetUserGeoID

Group: National Language Support - Library: kernel32


Sets the geographical location identifier for the user. This identifier should have one of the values described in Table of Geographical Locations.


Declaration:

BOOL SetUserGeoID(
  _In_  GEOID GeoId
);  

FoxPro declaration:

DECLARE INTEGER SetUserGeoID IN kernel32;
	INTEGER GeoId  

Parameters:

GeoId [in] Identifier for the geographical location of the user.


Return value:

Returns TRUE if successful or FALSE otherwise.


Comments:

See also: GetUserGeoID.

Table of Geographical Locations