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. A pointer to the context obtained from a prior call to IOlkApptRebaser::BeginEnumerateAppointments.
phResult
[out] Required. A pointer to an HRESULT to retrieve the results of the enumeration operation.
ppError
[out] Optional. A pointer to a pointer to a MAPIERROR structure to retrieve extended error information.
ppRows
[out] Required. A pointer to a pointer to an SRowSet structure that describes the appointments that need rebasing. This structure will usually be passed to IOlkApptRebaser::BeginRebaseAppointments.
Return values
S_OK if the call succeeded; otherwise, an error code.