IEnumAgentHandler interface (tapi3.h)
The IEnumAgentHandler interface provides COM-standard enumeration methods for the ITAgentHandler interface. The ITTAPICallCenter::EnumerateAgentHandlers method returns a pointer to IEnumAgentHandler.
Inheritance
The IEnumAgentHandler interface inherits from the IUnknown interface. IEnumAgentHandler also has these types of members:
Methods
The IEnumAgentHandler interface has these methods.
IEnumAgentHandler::Clone The IEnumAgentHandler::Clone method (tapi3.h) creates another enumerator that contains the same enumeration state as the current one. |
IEnumAgentHandler::Next The IEnumAgentHandler::Next method (tapi3.h) gets the next specified number of elements in the enumeration sequence. |
IEnumAgentHandler::Reset The IEnumAgentHandler::Reset method (tapi3.h) resets the enumeration sequence to the beginning. |
IEnumAgentHandler::Skip The IEnumAgentHandler::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) |