Share via


ICcService::Abort (Windows Embedded CE 6.0)

1/5/2010

This method aborts a pending asynchronous request identified by a specified cookie.

Syntax

HRESULT Abort(
  DWORD dwCookieId
);

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 Value

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

Header ccservice.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ICcService
Core Connectivity Interfaces