Function kernel32::GetCurrencyFormatEx [] [src]

pub unsafe extern "system" fn GetCurrencyFormatEx(
    lpLocaleName: LPCWSTR,
    dwFlags: DWORD,
    lpValue: LPCWSTR,
    lpFormat: *const CURRENCYFMTW,
    lpCurrencyStr: LPWSTR,
    cchCurrency: c_int
) -> c_int