IExchangeClientRequestCallback::OnRequestProgress (Windows CE 5.0)
The Exchange client library calls this method when the status of a request has changed.
HRESULT OnRequestProgress( IExchangeClientRequest* pRequest, enum ExchangeClientRequestStatus status);
Parameters
- pRequest
[in] Pointer to an IExchangeClientRequest interface that represents the request for which the status has changed. - status
[in] Value from the ExchangeClientRequestStatus enumeration that represents the new status for the request indicated in the pRequest parameter.
Return Values
The Exchange client library ignores the return value generated by the application's implementation of this method.
Remarks
Application code that implements this method can respond in whatever fashion the application requires.
For example, when this method indicates that a request has successfully finished processing (the second parameter contains e_ecrsSucceeded), application code can retrieve the results of the request using the IExchangeClientRequest::GetDataItemArray method.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClientRequestCallback | IExchangeClientRequest::GetDataItemArray | ExchangeClientRequestStatus | IExchangeClientRequest
Send Feedback on this topic to the authors