IOlkApptRebaser::BeginEnumerateAppointments

IOlkApptRebaser::BeginEnumerateAppointments

Begins a task for appointment enumeration in a calendar folder to find out the appointments that need rebasing.

Quick Info

See IOlkApptRebaser.

  HRESULT BeginEnumerateAppointments(
    PFNREBASETASKPROGRESS pfnProgress,
    void **ppContext);

Parameters

pfnProgress

[in] Optional. Pointer to a rebase task progress function to receive progress. PFNREBASETASKPROGRESS is defined in tzmovelib.h.

ppContext

[out] Required. Pointer to a pointer to the returned context. This context will be passed to EndEnumerateAppointments.

Return Values

S_OK

The function call is successful.

Remarks

This task runs on a new thread.

See Also

About Rebasing Calendars Programmatically for Daylight Saving Time