IExchangeModifyTable::GetLastError
The GetLastError method retrieves information about the last error that occurred for a table object.
HRESULT GetLastError(
HRESULT hResult,
ULONG ulFlags,
LPMAPIERROR FAR * lppMAPIError
);
Parameters
- hResult
- Input parameter. The error returned.
- ulFlags
- Input parameter. Not used, set to 0 (zero).
- lppMAPIError
- Output parameter. Points to a MAPI MAPIERROR structure containing information about the last error that occurred for a table object.
Return Values
See Return Values.
See Also
IExchangeModifyTable