GetAltMonthNames

HRESULT GetAltMonthNames( 
  LCID  lcid,         
  OLECHAR FAR*  prgp  
);
 

Retrieves the secondary (altername) month names.

Parameters

lcid
The variant time that will be converted.
prgp
Pointer to the location where the converted time will be stored.

Return Value

The return value obtained from the returned HRESULT is one of the following.

Result Meaning
True Success.
False Failure.

Comments

Useful for Hijri, Polish and Russian alternate month names.