GetCurrencyFormatW method
Implementation
int GetCurrencyFormatW(
int Locale,
int dwFlags,
ffi.Pointer<ffi.Uint16> lpValue,
ffi.Pointer<LPCURRENCYFMTW> lpFormat,
ffi.Pointer<ffi.Uint16> lpCurrencyStr,
int cchCurrency,
) {
return (_GetCurrencyFormatW ??=
_dylib.lookupFunction<_c_GetCurrencyFormatW, _dart_GetCurrencyFormatW>(
'GetCurrencyFormatW'))(
Locale,
dwFlags,
lpValue,
lpFormat,
lpCurrencyStr,
cchCurrency,
);
}