Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Enumerator interface for ITAgent.
Inheritance
The IEnumAgent interface inherits from the IUnknown interface. IEnumAgent also has these types of members:
Methods
The IEnumAgent interface has these methods.
| IEnumAgent::Clone The IEnumAgent::Clone method (tapi3cc.h) creates another enumerator that contains the same enumeration state as the current one. |
| IEnumAgent::Next The IEnumAgentHandler::Next method (tapi3cc.h) gets the next specified number of elements in the enumeration sequence. |
| IEnumAgent::Reset The IEnumAgentHandler::Reset method (tapi3cc.h) resets the enumeration sequence to the beginning. |
| IEnumAgent::Skip The IEnumAgent::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) |