.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarWeekdayName 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarWeekdayName\fR (OLEAUT32.129) .SH SYNOPSIS HRESULT VarWeekdayName ( INT \fIiWeekday\fR, INT \fIfAbbrev\fR, INT \fIiFirstDay\fR, ULONG \fIdwFlags\fR, BSTR* \fIpbstrOut\fR ) .SH DESCRIPTION .PP Print the specified weekday as localized name. .SH PARAMS \fIiWeekday\fR \fB[In]\fR day of week, \fB1..7\fR, 1=\fB"the first day of the week"\fR. .PP \fIfAbbrev\fR \fB[In]\fR \fB0\fR - full name, !0 \fB-\fR abbreviated name. .PP \fIiFirstDay\fR \fB[In]\fR first day of week, 0=system default, 1=Sunday, 2=Monday, \fB..\fR (contrary to \fBMSDN\fR). .PP \fIdwFlags\fR \fB[In]\fR flag stuff. only \fBVAR_CALENDAR_HIJRI\fR possible. .PP \fIpbstrOut\fR \fB[Out]\fR Destination for weekday name. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR, \fIpbstrOut\fR contains the name. .PP \fBFailure:\fR \fBE_INVALIDARG\fR, if any parameter is invalid. \fBE_OUTOFMEMORY\fR, if enough memory cannot be allocated. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/varformat.c"\fR. .PP Debug channel \fB"variant"\fR.