Share via


IExchangeModifyTable::GetLastError

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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