NAME

VarMonthName  (OLEAUT32.129)

SYNOPSIS

 HRESULT VarMonthName
 (
  INT   iMonth,
  INT   fAbbrev,
  ULONG dwFlags,
  BSTR* pbstrOut
 )

DESCRIPTION

Print the specified month as localized name.

PARAMS

iMonth [In] month number 1..12.
fAbbrev [In] 0 - full name, !0 - abbreviated name.
dwFlags [In] flag stuff. only VAR_CALENDAR_HIJRI possible.
pbstrOut [Out] Destination for month name.

RETURNS

Success: S_OK. pbstrOut contains the name.

Failure: E_INVALIDARG, if any parameter is invalid. E_OUTOFMEMORY, if enough memory cannot be allocated.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/varformat.c". https://source.winehq.org/source/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 Apr 2024.