EnumSystemGeoID.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/locale.c".

Debug channel "nls".