IExchangeClientRequest::Cancel (Windows Embedded CE 6.0)
1/6/2010
This method cancels this request.
Only pending requests can be cancelled; pending or completed requests cannot be cancelled.
Syntax
HRESULT Cancel();
Parameters
None.
Return Value
The following table shows possible return values:
Value | Description |
---|---|
S_FALSE |
The request is complete or is being processed. |
S_OK |
The request was cancelled before being run. |
Requirements
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |