Platform SDK: International Features |
The EnumCalendarInfoProcEx function is an application defined–callback function used with the EnumCalendarInfoEx function. It receives a pointer to a buffer containing a calendar information string and a calendar identifier (CALID). The CALINFO_ENUMPROCEX type defines a pointer to this callback function. EnumCalendarInfoProcEx is a placeholder for the application defined–function name.
BOOL CALLBACK EnumCalendarInfoProcEx ( LPTSTR lpCalendarInfoString, // calendar information string CALID Calendar // calendar identifier );
To continue enumeration, the callback function should return TRUE.
To stop enumeration, the callback function should return FALSE.
An EnumCalendarInfoProcEx function can carry out any desired task.
An application registers an EnumCalendarInfoProcEx function by passing its address to the EnumCalendarInfoEx function.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Winnls.h; include Windows.h.
Unicode: Declared as Unicode and ANSI prototypes.
National Language Support Overview, National Language Support Functions, EnumCalendarInfoEx