IExchangeModifyTable::GetLastError

Applies to: Outlook 2013 | Outlook 2016

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

IExchangeModifyTable : IUnknown

MAPIERROR

MFCMAPI as a Code Sample