Contains information about an EVENT_QUEUE_ACTION event.
#include <event.h> typedef struct { int QAction; uint32_t QID; char QName[49+1]; } EventQueueNote_t;
Specifies the type of queue event using one of the following flags:
Flag
Value
QUEUE_CREATED
0
QUEUE_DELETED
1
QUEUE_ACTIVATED
2
QUEUE_DEACTIVATED
3
Specifies the ID of the queue.
Specifies the name of the queue.