Unit 'Sockets' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

ucred

User process credentials.

Declaration

Source position: unxsockh.inc line 19

type ucred = record

  pid: cuint32;

  

Process ID.

  uid: cuint32;

  

User ID.

  gid: cuint32;

  

Group ID.

end;

Description

ucred is used for socket control messages with type SCM_CREDENTIALS.

pid
Process ID.
uid
User ID.
gid
Group ID.

See also

SCM_CREDENTIALS

  

socket control messages : credentials.


Documentation generated on: Jul 24 2023