GetGeoInfoW method
Implementation
int GetGeoInfoW(
int Location,
int GeoType,
ffi.Pointer<ffi.Uint16> lpGeoData,
int cchData,
int LangId,
) {
return (_GetGeoInfoW ??= _dylib
.lookupFunction<_c_GetGeoInfoW, _dart_GetGeoInfoW>('GetGeoInfoW'))(
Location,
GeoType,
lpGeoData,
cchData,
LangId,
);
}