VarWeekdayName (OLEAUT32.129)
HRESULT VarWeekdayName ( INT iWeekday, INT fAbbrev, INT iFirstDay, ULONG dwFlags, BSTR* pbstrOut )
Print the specified weekday as localized name.
iWeekday | [In] | day of week, 1..7, 1="the first day of the week". |
fAbbrev | [In] | 0 - full name, !0 - abbreviated name. |
iFirstDay | [In] | first day of week, 0=system default, 1=Sunday, 2=Monday, .. (contrary to MSDN). |
dwFlags | [In] | flag stuff. only VAR_CALENDAR_HIJRI possible. |
pbstrOut | [Out] | Destination for weekday name. |
Success: S_OK, pbstrOut contains the name.
Failure: E_INVALIDARG, if any parameter is invalid. E_OUTOFMEMORY, if enough memory cannot be allocated.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/varformat.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/varformat.c
Debug channel "variant".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.