Scroll to navigation

EnumSystemGeoID(3w) Wine API EnumSystemGeoID(3w)

NAME

EnumSystemGeoID (KERNEL32.@)

SYNOPSIS

BOOL EnumSystemGeoID
(
GEOCLASS geoclass,
GEOID reserved,
GEO_ENUMPROC pGeoEnumProc
)
 

DESCRIPTION

Call a users function for every location available on the system.
 

PARAMS

geoclass [In] Type of information desired (SYSGEOTYPE enum from "winnls.h").
reserved [In] Reserved, set to 0.
pGeoEnumProc [In] Callback function to call for each location.
 

RETURNS

Success: TRUE.
Failure: FALSE. Use GetLastError(3w) to determine the cause.
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API