Shows the status of the control's internal queues.
|
QVIEW [-F mask] [-H]
|
|
Indicates the information mask to be displayed. (Optional, default 0x1FF).
Each bit of mask has an information associated with it, which will be displayed if it is set to 1:
|
|
|
0
|
0x00000001
|
QId - Queue ID
|
1
|
0x00000002
|
Name - Name of the queue
|
2
|
0x00000004
|
Owner ID - Task ID of the creator of the queue
|
3
|
0x00000008
|
Owner - Name of the task of the creator of the queue
|
4
|
0x00000010
|
# Wait. ID - Number of waiting tasks, ID of the first one
|
5
|
0x00000020
|
# W.T.Name - Number of waiting tasks, name of the first one
|
6
|
0x00000040
|
#Max Msg - Maximum number of messages in queue
|
7
|
0x00000080
|
#Free Msg - Number of free messages in queue
|
8
|
0x00000100
|
#Msg size - Maximum size of messages in queue
|
|
|
Show previous table. (optional)
|
|
|