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