IDeviceEnum:IUnknown (Windows CE 5.0)

Send Feedback

This interface is used to enumerate device elements in a sequence.

The following table shows the methods of this interface.

Method Description
IDeviceEnum::Clone Creates an enumerator that contains the same state as the current enumeration.
Next Retrieves the next element in the enumeration sequence.
Skip Skips over the specified number of elements in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.

Requirements

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

See Also

IHeaderCollection | IHeaderEnum | IObex | IObexDevice | IObexSink | OBEX Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.