IMAPISyncProgressCallback::Done

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Informs Microsoft Outlook that synchronization is complete.

HRESULT Done(
  HANDLE hThreadDoneEvent, 
  HRESULT hResult
);

Parameters

  • hThreadDoneEvent
    An event that is passed back to allow Microsoft Outlook to close the handle. It can be NULL.

  • hResult
    An HRESULT indicating final status of the progress.

Return Value

  • S_OK
    The call succeeded and has returned the expected value or values.

See Also

Reference

IMAPISyncProgressCallback : IUnknown