[Overview][Constants][Types][Procedures and functions] |
Record returned by the msgctl call, contains all data about a message queue.
Source position: ipc.pp line 209
type TMSQid_ds = record |
||
msg_perm: TIPC_Perm; |
|
Queue permissions |
msg_first: PMSG; |
|
Pointer to first message |
msg_last: PMSG; |
|
Pointer to last message |
msg_stime: LongInt; |
|
Last send time |
msg_rtime: LongInt; |
|
Last receive time |
msg_ctime: LongInt; |
|
Last control time |
wwait: Pointer; |
|
|
rwait: pointer; |
|
|
msg_cbytes: Word; |
|
|
msg_qnum: Word; |
|
|
msg_qbytes: Word; |
|
|
msg_lspid: Word; |
|
|
msg_lrpid: Word; |
|
|
end; |
This record should never be used directly, it is an internal kernel record. It's fields may change at any time.