Share via


EnumCalendarInfoProc (Windows CE 5.0)

Send Feedback

This function is an application-defined callback function. It is called as a result of a call to the EnumCalendarInfo function, and receives a pointer to a string buffer that contains a calendar information string.

BOOLCALLBACKEnumCalendarInfoProc(LPWSTRlpCalendarInfoString);

Parameters

  • lpCalendarInfoString
    [out] Pointer to a string buffer that contains a null-terminated calendar information string. This string is formatted according to the CALTYPE value passed to EnumCalendarInfo.

Return Values

TRUE continues enumeration. FALSE stops enumeration.

Remarks

Windows CE supports only the Unicode version of this function.

An EnumCalendarInfoProc function can carry out any desired task.

An application registers an EnumCalendarInfoProc function by passing its address to the EnumCalendarInfo function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winnls.h.
Link Library: Coreloc.lib.

See Also

EnumCalendarInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.