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 ACDGROUP_EVENT enum describes ACD group events. The ITACDGroupEvent::get_Event method returns a member of this enum to indicate the type of ACD group event that occurred.
Syntax
typedef enum ACDGROUP_EVENT {
ACDGE_NEW_GROUP = 0,
ACDGE_GROUP_REMOVED
} ;
Constants
ACDGE_NEW_GROUPValue: 0 A new ACD group has been added. |
ACDGE_GROUP_REMOVEDAn ACD group has been removed. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3.h (include Tapi3.h) |