Skip to main content

SYS_GETSID

Constant SYS_GETSID 

Source
pub const SYS_GETSID: usize = 332;
Expand description

Get the session ID of a process.

  • pid: target process ID (0 = current process)

Returns the session ID.