GetAltMonthNames function
Retrieves the secondary (alternate) month names.
Syntax
HRESULT GetAltMonthNames( _In_ LCID lcid, _Out_ LPOLESTR **prgp );
Parameters
- lcid [in]
-
The locale identifier to be used in retrieving the alternate month names.
- prgp [out]
-
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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: