TMSG

Record used in the handling of message queues. Do not use directly.

Declaration

Source position: ipc.pp line 469

Type
TMSG = record
  msg\_next : PMSG;
  msg\_type : LongInt;
  msg\_spot : PChar;
  msg\_stime : LongInt;
  msg\_ts : Integer;
end