SHFormatDateTimeW(3w)
NAME
SHFormatDateTimeW (SHLWAPI.354)
SYNOPSIS
INT SHFormatDateTimeW ( const FILETIME UNALIGNED* fileTime, DWORD* flags, LPWSTR buf, UINT bufSize )
DESCRIPTION
Produces a string representation of a time.
PARAMS
fileTime [In] Pointer to FILETIME structure specifying the time.
flags [In] Flags specifying the desired output.
buf [Out] Pointer to buffer for output.
bufSize [In] Number of characters that can be contained in buffer.
RETURNS
success: number of characters written to the buffer
failure: 0
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".