Searched refs:geoclass (Results 1 – 1 of 1) sorted by relevance
5610 BOOL WINAPI EnumSystemGeoID(GEOCLASS geoclass, GEOID parent, GEO_ENUMPROC enumproc) in EnumSystemGeoID() argument5614 TRACE("(%d, %d, %p)\n", geoclass, parent, enumproc); in EnumSystemGeoID()5621 if (geoclass != GEOCLASS_NATION && geoclass != GEOCLASS_REGION) { in EnumSystemGeoID()5629 if (geoclass == GEOCLASS_NATION && (ptr->kind == LOCATION_REGION)) in EnumSystemGeoID()5632 if (geoclass == GEOCLASS_REGION && (ptr->kind == LOCATION_NATION)) in EnumSystemGeoID()