Function Reference


_WinAPI_SetUserGeoID

Sets the geographical location identifier for the user

#include <WinAPILocale.au3>
_WinAPI_SetUserGeoID ( $iGEOID )

Parameters

$iGEOID The identifier for the geographical location of the user (GEOID).

Return Value

Success: True
Failure: False

Remarks

This function writes to the registry the geographical location for a particular user instead of an application.
This action affects the behavior of other applications run by the user. As a rule, the application should call this
function only when the user has explicitly requested changes, but not for purely application-specific reasons.

See Also

Search SetUserGeoID in MSDN Library.