Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method cancels all requests that have been submitted but have not yet begun processing.
Requests that have begun processing but that have not completed are not cancelled.
Syntax
HRESULT CancelPendingRequests();
Parameters
None.
Return Value
The following table shows possible return values:
| Value | Description |
|---|---|
OWAEC_E_NOTINITIALIZED |
This instance of the Exchange client has not been initialized. It must be initialized using the IExchangeClient::Initialize method. |
S_OK |
All pending requests were cancelled successfully. |
Requirements
| Header | iexchangeclient.h, iexchangeclient.idl |
| Library | OWAExchangeClient.lib |
| Windows Embedded CE | Windows CE 5.0 and later |