GetCurrencyFormatEx method
Implementation
int GetCurrencyFormatEx(
ffi.Pointer<ffi.Uint16> lpLocaleName,
int dwFlags,
ffi.Pointer<ffi.Uint16> lpValue,
ffi.Pointer<LPCURRENCYFMTW> lpFormat,
ffi.Pointer<ffi.Uint16> lpCurrencyStr,
int cchCurrency,
) {
return (_GetCurrencyFormatEx ??= _dylib.lookupFunction<
_c_GetCurrencyFormatEx,
_dart_GetCurrencyFormatEx>('GetCurrencyFormatEx'))(
lpLocaleName,
dwFlags,
lpValue,
lpFormat,
lpCurrencyStr,
cchCurrency,
);
}