IExchangeClient::CancelPendingRequests (Windows CE 5.0)

Send Feedback

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.

HRESULT CancelPendingRequests();

Parameters

None.

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.

See Also

IExchangeClient | IExchangeClient::Initialize

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.