IExchangeClientRequest::GetStatus (Windows CE 5.0)
This method provides the current status of the request.
HRESULT GetStatus( enum ExchangeClientRequestStatus* pStatus);
Parameters
pStatus
[out, retval] Pointer to an ExchangeClientRequestStatus value that represents the current status of the request.The value returned in this parameter is updated by the Exchange client library as the request is processed.
In addition, each time the status changes, the Exchange client library calls the IExchangeClientRequestCallback::OnRequestProgress method with the updated status.
Return Values
The following table shows possible return values:
Value | Description |
---|---|
E_POINTER | The address in pStatus is not valid. |
S_OK | The status was returned successfully. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClientRequest | ExchangeClientRequestStatus
Send Feedback on this topic to the authors