IEnumQueue interface (tapi3.h)

The IEnumQueue interface provides COM-standard enumeration methods for the ITQueue interface. The ITACDGroup::EnumerateQueues method returns a pointer to IEnumQueue.

Inheritance

The IEnumQueue interface inherits from the IUnknown interface. IEnumQueue also has these types of members:

Methods

The IEnumQueue interface has these methods.

 
IEnumQueue::Clone

The IEnumQueue::Clone method (tapi3.h) creates another enumerator that contains the same enumeration state as the current one.
IEnumQueue::Next

The IEnumQueue::Next method (tapi3.h) gets the next specified number of elements in the enumeration sequence.
IEnumQueue::Reset

The IEnumQueue::Reset method (tapi3.h) resets the enumeration sequence to the beginning.
IEnumQueue::Skip

The IEnumQueue::Skip method (tapi3.h) skips over the next specified number of elements in the enumeration sequence.

Requirements

Requirement Value
Target Platform Windows
Header tapi3.h (include Tapi3.h)