.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHFormatDateTimeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHFormatDateTimeW\fR (SHLWAPI.354) .SH SYNOPSIS INT SHFormatDateTimeW ( const FILETIME UNALIGNED* \fIfileTime\fR, DWORD* \fIflags\fR, LPWSTR \fIbuf\fR, UINT \fIsize\fR ) .SH DESCRIPTION .PP Produces a string representation of a time. .SH PARAMS \fIfileTime\fR \fB[In]\fR Pointer to \fBFILETIME\fR structure specifying the time. .PP \fIflags\fR \fB[In]\fR Flags specifying the desired output. .PP \fIbuf\fR \fB[Out]\fR Pointer to buffer for output. .PP \fIsize\fR \fB[In]\fR Number of characters that can be contained in buffer. .PP .SH RETURNS .PP \fBsuccess:\fR number of characters written to the buffer .PP \fBfailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.