INtime SDK Help
QUEUEINFO structure
typedef struct queueinfo { 
LOCATION 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
LOCATION of queue object, or zero to indicate a local queue object.
MaxShortMessageSize
Parameter from CreateRtQueue.
QueueSize
parameter from CreateRtQueue.
SpaceLeft
Bytes left in queue buffer.
See Also

Message Queues