EventQueueNote_t

Contains information about an EVENT_QUEUE_ACTION event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     int        QAction;
     uint32_t   QID;
     char       QName[49+1];
  } EventQueueNote_t;
  

Fields

QAction

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

QID

Specifies the ID of the queue.

QName

Specifies the name of the queue.