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 AGENTHANDLER_EVENT enum describes agent handler events. The ITAgentHandlerEvent::get_Event method returns a member of this enum to indicate the type of agent handler event that occurred.
Syntax
typedef enum AGENTHANDLER_EVENT {
AHE_NEW_AGENTHANDLER = 0,
AHE_AGENTHANDLER_REMOVED
} ;
Constants
AHE_NEW_AGENTHANDLERValue: 0 A new AgentHandler object has been added. |
AHE_AGENTHANDLER_REMOVEDAn AgentHandler object has been removed. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3.h (include Tapi3.h) |