Function kernel32::GetCurrencyFormatW [] [src]

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