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 to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c

Debug channel "nls".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.