IObexDevice::Abort (Compact 2013)

3/26/2014

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 was unsuccessful.

Requirements

Header

obex.h,
obex.idl

Library

uuid.lib

See Also

Reference

IObexDevice
OBEX Interfaces