IOlkApptRebaser::EndRebaseAppointments

Waits for appointment rebasing to complete and retrieves the results.

Quick info

See IOlkApptRebaser.

HRESULT EndRebaseAppointments( 
    void *pContext, 
    HRESULT *phResult);

Parameters

pContext

[in] Required. A pointer to the context obtained from a call to IOlkApptRebaser::BeginRebaseAppointments.

phResult

[out] Required. A pointer to an HRESULT to retrieve the result of the rebasing operation.

Return values

S_OK if the call succeeded; otherwise, an error code.

See also