Scroll to navigation

GetDateFormatW(3w) Wine API GetDateFormatW(3w)

NAME

GetDateFormatW (KERNEL32.@)

SYNOPSIS

INT GetDateFormatW
(
LCID lcid,
DWORD dwFlags,
const SYSTEMTIME* lpTime,
LPCWSTR lpFormat,
LPWSTR lpDateStr,
INT cchOut
)
 

DESCRIPTION

See GetDateFormatA(3w).
 

IMPLEMENTATION

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