IPSTX::GetLastError

IPSTX::GetLastError

Gets extended information about the last error.

Quick Info

See IPSTX.

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

Parameters

hResult

[in] Error code.

ulFlags

[in] Flags to modify behavior. This must be 0.

lppMAPIError

[out] Pointer to the MAPIERROR structure that contains the extended information for the error. See mapidefs.h for the type definition of LPMAPIERROR.

See Also

IPSTX::EmulateSpooler

IPSTX::GetSyncObject