IObex::StopDeviceEnum

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method stops enumerating the devices. The results are stored until they are retrieved by using the IObex::EnumDevices method.

Syntax

HRESULT StopDeviceEnum();

Parameters

None.

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.

OBEX_E_NOT_INITIALIZED

Not initialized.

Remarks

This method must be called before connecting or before calling Get or Put.

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

IObex:IUnknown
OBEX Interfaces