IExchangeClientRequest::GetStatus (Windows Embedded CE 6.0)
1/6/2010
This method provides the current status of the request.
Syntax
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 Value
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
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |