Scroll to navigation

GetTimeFormatW(3w) Wine API GetTimeFormatW(3w)

NAME

GetTimeFormatW (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

See GetTimeFormatA(3w).
 

IMPLEMENTATION

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