help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[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 91

type TIPC_Perm = record

  key: TKey;

  

key used to create resource

  uid: uid_t;

  

Owner user ID

  gid: gid_t;

  

Owner group id

  cuid: uid_t;

  

Creator user ID

  cgid: gid_t;

  

Creator group ID

  mode: mode_t;

  

Creation Mode

  seq: cushort;

  

?

end;

Description

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505