Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The ACDQUEUE_EVENT enum describes ACD queue events. The ITQueueEvent::get_Event method returns a member of this enum to indicate the type of ACD queue event that occurred.
Syntax
typedef enum ACDQUEUE_EVENT {
ACDQE_NEW_QUEUE = 0,
ACDQE_QUEUE_REMOVED
} ;
Constants
ACDQE_NEW_QUEUEValue: 0 A new ACD queue has been added. |
ACDQE_QUEUE_REMOVEDAn ACD queue has been removed. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3cc.h (include Tapi3.h) |