GetCurrencyFormatA method
Implementation
int GetCurrencyFormatA(
int Locale,
int dwFlags,
ffi.Pointer<ffi.Int8> lpValue,
ffi.Pointer<LPCURRENCYFMTA> lpFormat,
ffi.Pointer<ffi.Int8> lpCurrencyStr,
int cchCurrency,
) {
return (_GetCurrencyFormatA ??=
_dylib.lookupFunction<_c_GetCurrencyFormatA, _dart_GetCurrencyFormatA>(
'GetCurrencyFormatA'))(
Locale,
dwFlags,
lpValue,
lpFormat,
lpCurrencyStr,
cchCurrency,
);
}