Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 (tapi3cc.h) creates another enumerator that contains the same enumeration state as the current one. |
| IEnumAgentHandler::Next The IEnumAgentHandler::Next method (tapi3cc.h) gets the next specified number of elements in the enumeration sequence. |
| IEnumAgentHandler::Reset The IEnumAgentHandler::Next method (tapi3cc.h) resets the enumeration sequence to the beginning. |
| IEnumAgentHandler::Skip The IEnumAgentHandler::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) |