GetGeoInfoEx method

int GetGeoInfoEx(
  1. Pointer<Uint16> location,
  2. int geoType,
  3. Pointer<Uint16> geoData,
  4. int geoDataCount,
)

Implementation

int GetGeoInfoEx(
  ffi.Pointer<ffi.Uint16> location,
  int geoType,
  ffi.Pointer<ffi.Uint16> geoData,
  int geoDataCount,
) {
  return _GetGeoInfoEx(
    location,
    geoType,
    geoData,
    geoDataCount,
  );
}