TSHMinfo

Record used by the shared memory system, Do not use directly.

Declaration

Source position: ipc.pp line 390

Type
TSHMinfo = record
  shmmax : cint;
  shmmin : cint;
  shmmni : cint;
  shmseg : cint;
  shmall : cint;
end