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 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_AGENTHANDLER Value: 0 A new AgentHandler object has been added. |
AHE_AGENTHANDLER_REMOVED An AgentHandler object has been removed. |
Requirements
Requirement | Value |
---|---|
Header | tapi3.h (include Tapi3.h) |