EnumSystemGeoID method

int EnumSystemGeoID(
  1. int GeoClass,
  2. int ParentGeoId,
  3. Pointer<NativeFunction<GEO_ENUMPROC>> lpGeoEnumProc
)

Implementation

int EnumSystemGeoID(
  int GeoClass,
  int ParentGeoId,
  ffi.Pointer<ffi.NativeFunction<GEO_ENUMPROC>> lpGeoEnumProc,
) {
  return _EnumSystemGeoID(
    GeoClass,
    ParentGeoId,
    lpGeoEnumProc,
  );
}