Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

msqid_ds

Declaration

Source position: bmsqh.inc line 13

type msqid_ds = record

  msg_perm: ipc_perm;

  msg_stime: __time_t;

  __unused1: dword;

  msg_rtime: __time_t;

  __unused2: dword;

  msg_ctime: __time_t;

  __unused3: dword;

  __msg_cbytes: dword;

  msg_qnum: msgqnum_t;

  msg_qbytes: msglen_t;

  msg_lspid: __pid_t;

  msg_lrpid: __pid_t;

  __unused4: dword;

  __unused5: dword;

end;


Documentation generated on: 2023-03-18