Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |