Share via


IExchangeClient::CancelPendingRequests (Windows Embedded CE 6.0)

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

See Also

Reference

IExchangeClient
IExchangeClient::Initialize