Unit 'ipc' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

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: PAnsiChar;

  msg_stime: LongInt;

  msg_ts: Integer;

end;


Documentation generated on: Jul 24 2023