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

TIPC_Perm

Record used in all IPC systems to specify the permissions.

Declaration

Source position: ipc.pp line 76

type TIPC_Perm = record

  key: TKey;

  

key used to create resource

  uid: Word;

  

Owner user ID

  gid: Word;

  

Owner group id

  cuid: Word;

  

Creator user ID

  cgid: Word;

  

Creator group ID

  mode: Word;

  

Creation Mode

  seq: Word;

  

?

end;

Description

TIPC_Perm is used in all IPC systems to specify the permissions. It should never be used directly.