EnumSystemGeoID (KERNEL32.@)
BOOL EnumSystemGeoID ( GEOCLASS geoclass, GEOID reserved, GEO_ENUMPROC pGeoEnumProc )
Call a users function for every location available on the system.
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. |
Success: TRUE.
Failure: FALSE. Use GetLastError to determine the cause.
Defined in "winnls.h".
Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.