IEnumACDGroup interface (tapi3cc.h)

The IEnumACDGroup interface provides COM-standard enumeration methods for the ITACDGroup interface. The ITAgentHandler::EnumerateACDGroups method returns a pointer to IEnumACDGroup.

Inheritance

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

Methods

The IEnumACDGroup interface has these methods.

 
IEnumACDGroup::Clone

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

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

The IEnumACDGroup::Reset method (tapi3cc.h) resets the enumeration sequence to the beginning.
IEnumACDGroup::Skip

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

Requirements

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

See also

ITACDGroup