[Overview][Constants][Types][Procedures and functions] Reference for unit 'ipc' (#rtl)

TMSGinfo

Internal message system record. Do not use directly.

Declaration

Source position: ipc.pp line 253

type TMSGinfo = record

  msgpool: LongInt;

  msgmap: LongInt;

  msgmax: LongInt;

  msgmnb: LongInt;

  msgmni: LongInt;

  msgssz: LongInt;

  msgtql: LongInt;

  msgseg: Word;

end;