Share via


ICcService::Abort (Windows CE 5.0)

Send Feedback

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

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.