INtime SDK Help
NTXQUEUEINFO structure
typedef struct queueinfo { 
NTXLOCATION Location; // location of queue object
DWORD MaxShortMsgSize; // parameter from CreateRtQueue
DWORD QueueSize; // parameter from CreateRtQueue
DWORD SpaceLeft; // bytes left in queue buffer
} QUEUEINFO;

Fields

Location
NTXLOCATION of the node where the queue object is resident.
MaxShortMessageSize
Parameter from CreateRtQueue/ntxCreateRtQueue.
QueueSize
Parameter from CreateRtQueue.
SpaceLeft
Bytes left in queue buffer.
See Also

Message Queues

NTX