[Overview][Constants][Types][Procedures and functions] | Reference for unit 'ipc' (#rtl) |
Record used in the shmctl call to set or retrieve settings for shared memory.
Source position: ipc.pp line 127
type TShmid_ds = record |
||
shm_perm: TIPC_Perm; |
|
Permissions |
shm_segsz: cint; |
|
Segment size |
shm_atime: time_t; |
|
Last access time |
shm_dtime: time_t; |
|
Last detach time |
shm_ctime: time_t; |
|
Create time |
shm_cpid: ipc_pid_t; |
|
Creator PID |
shm_lpid: ipc_pid_t; |
|
Last operation PID |
shm_nattch: Word; |
|
Number of attachments |
shm_npages: Word; |
|
Number of pages |
shm_pages: Pointer; |
|
? |
attaches: pointer; |
|
? |
end; |
No notes exist for this page yet.