GetAltMonthNames function (oleauto.h)

Retrieves the secondary (alternate) month names.

Syntax

HRESULT GetAltMonthNames(
  [in]  LCID     lcid,
  [out] LPOLESTR **prgp
);

Parameters

[in] lcid

The locale identifier to be used in retrieving the alternate month names.

[out] prgp

An array of pointers to strings containing the alternate month names.

Return value

The function returns TRUE on success and FALSE otherwise.

Remarks

Useful for Hijri, Polish and Russian alternate month names.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll