Scroll to navigation

GetCurrencyFormatW(3w) Wine API GetCurrencyFormatW(3w)

NAME

GetCurrencyFormatW (KERNEL32.@)

SYNOPSIS

INT GetCurrencyFormatW
(
LCID lcid,
DWORD dwFlags,
LPCWSTR lpszValue,
const CURRENCYFMTW* lpFormat,
LPWSTR lpCurrencyStr,
int cchOut
)
 

DESCRIPTION

See GetCurrencyFormatA(3w).
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/lcformat.c".
Debug channel "nls".
Oct 2012 Wine API