IExchangeModifyTable::GetLastError

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns information about the last error that occurred in a table object.

HRESULT GetLastError( 
  HRESULT hResult, 
  ULONG ulFlags, 
  LPMAPIERROR FAR * lppMAPIError 
); 

Parameters

  • hResult
    [in] The return value from the method that failed.

  • ulFlags
    [in] Not used, set to 0 (zero).

  • lppMAPIError
    [out] Points to a MAPI MAPIERROR structure that contains information about the last error that occurred for a table object.

See Also

Reference

IExchangeModifyTable : IUnknown

MAPIERROR

Concepts

MFCMAPI as a Code Sample