IObexDevice::Abort

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method sends an Abort request to the server. This stops the process that is currently running.

Syntax

HRESULT Abort(
  IHeaderCollection* pHeaders
);

Parameters

  • pHeaders
    [in] Pointer to the service header.

Return Value

This method returns one of the following values.

Return value Description

S_OK

The request was completed successfully.

E_FAIL

The request failed.

Requirements

Header obex.h, obex.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

IObexDevice:IUnknown
OBEX Interfaces

Concepts

Client Support