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
Defined in "winnls.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".