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;
Location
MaxShortMessageSize
QueueSize
SpaceLeft