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.
BOOL CALLBACK EnumGeoInfoProc(
_In_ GEOID GeoId
);
- GeoId [in]
Identifier of the geographical location to check.
Returns TRUE to continue enumeration or FALSE otherwise.
An EnumGeoInfoProc function can carry out any desired task. The application registers this function by passing its address to the EnumSystemGeoID function.
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) |