TShmid_ds
Record used in the shmctl call to set or retrieve settings for shared memory.
Declaration
Source position: ipc.pp line 282
Type
TShmid\_ds = record
shm\_perm : TIPC\_Perm;
shm\_segsz : size\_t;
shm\_atime : time\_t;
shm\_dtime : time\_t;
shm\_ctime : time\_t;
shm\_cpid : pid\_t;
shm\_lpid : pid\_t;
shm\_nattch : culong;
\_\_unused4 : culong;
\_\_unused5 : culong;
end