Share via


IObex:IUnknown

This interface is the main interface to the OBEX services. The IObex object exports a standard COM IConnectionPointContainer interface. This interface is used to call Advise and Unadvise to register notifications on the object.

The following table shows the methods of this interface.

Method Description
BindToDevice Returns a pointer to the IObexDevice interface.
EnumDevices Returns a pointer to the IDeviceEnum interface.
EnumTransports Returns a pointer to the ITransportEnum interface.
Initialize Initializes the IObex interface. This method must be called before any other method.
Shutdown Shuts down the IObex interface.
StartDeviceEnum Starts the process of enumerating devices.
StopDeviceEnum Stops the process of enumerating devices.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.

See Also

IDeviceEnum | IHeaderCollection | IHeaderEnum | IObexDevice | IObexSink | OBEX Interfaces

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.