Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (tapi3.h) creates another enumerator that contains the same enumeration state as the current one. |
IEnumACDGroup::Next The IEnumACDGroup::Next method (tapi3.h) gets the next specified number of elements in the enumeration sequence. |
IEnumACDGroup::Reset The IEnumACDGroup::Reset method (tapi3.h) resets the enumeration sequence to the beginning. |
IEnumACDGroup::Skip The IEnumACDGroup::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) |