IOlkApptRebaser::EndEnumerateAppointments

IOlkApptRebaser::EndEnumerateAppointments

Waits for appointment enumeration in a calendar folder to complete and returns a list of appointments that need rebasing.

Quick Info

See IOlkApptRebaser.

  HRESULT EndEnumerateAppointments(
    void *pContext,
    HRESULT *phResult,
    MAPIERROR **ppError,
    SRowSet **ppRows);

Parameters

pContext

[in] Required. Pointer to the context obtained from a prior call to BeginEnumerateAppointments.

phResult

[out] Required. Pointer to an HRESULT to retrieve the results of the enumeration operation.

ppError

[out] Optional. Pointer to a pointer to a MAPIERROR structure to retrieve extended error information.

ppRows

[out] Required. Pointer to a pointer to an SRowSet structure describing the appointments that need rebasing. This structure will usually be passed to BeginRebaseAppointments.

Return Values

S_OK

The function call is successful.

See Also

About Rebasing Calendars Programmatically for Daylight Saving Time