IEnumAgentSession interface (tapi3cc.h)

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 (tapi3cc.h) creates another enumerator that contains the same enumeration state as the current one.
IEnumAgentSession::Next

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

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

The IEnumAgentSession interface (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)