IObexDevice::Abort (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
IObexDevice:IUnknown
OBEX Interfaces