ICcService::Abort (Windows CE 5.0)
This method aborts a pending asynchronous request identified by a specified cookie.
HRESULT Abort( DWORDdwCookieId);
Parameters
dwCookieId
[in] Cookie Id to help identify the command to abort.This cookie is returned by all methods that can be called in an asynchronous mode.
Return Values
The following table shows return values for this method.
Value | Description |
---|---|
S_OK | Indicates success. |
S_FALSE | Indicates method failed. |
E_INVALIDARG | Indicates invalid Cookie ID. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: CcService.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors