EnumGeoInfoProc callback function

An application-defined callback function that processes enumerated geographical location information provided by the EnumSystemGeoID function. The GEO_ENUMPROC type defines a pointer to this callback function. EnumGeoInfoProc is a placeholder for the application-defined function name.

Syntax

BOOL CALLBACK EnumGeoInfoProc(
  _In_ GEOID GeoId
);

Parameters

  • GeoId [in]
    Identifier of the geographical location to check.

Return value

Returns TRUE to continue enumeration or FALSE otherwise.

Remarks

An EnumGeoInfoProc function can carry out any desired task. The application registers this function by passing its address to the EnumSystemGeoID function.

Requirements

Minimum supported client

Windows XP [desktop apps | UWP apps]

Minimum supported server

Windows Server 2003 [desktop apps | UWP apps]

Header

Winnls.h (include Windows.h)

See also

National Language Support

National Language Support Functions

EnumSystemGeoID