IMAPISyncProgressCallback::Error

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Provides details that are displayed in the Send/Receive dialog. If errors are encountered during synchronization, the store provider calls this function.

HRESULT Error(
  HRESULT hResult,
  const WCHAR *pwcszErrorStr
);

Parameters

  • hResult
    The HRESULT of the error or warning.

  • pwcszErrorStr
    A pointer to the string associated with the error to be displayed.

Return Value

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

See Also

Reference

IMAPISyncProgressCallback : IUnknown