GetGeoInfoA method
Implementation
int GetGeoInfoA(
int Location,
int GeoType,
ffi.Pointer<ffi.Int8> lpGeoData,
int cchData,
int LangId,
) {
return (_GetGeoInfoA ??= _dylib
.lookupFunction<_c_GetGeoInfoA, _dart_GetGeoInfoA>('GetGeoInfoA'))(
Location,
GeoType,
lpGeoData,
cchData,
LangId,
);
}