proc_flags_pid()

The flags of the process

Syntax:

unsigned long proc_flags_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The flags of the process.

Return Values:

On success, returns the flags of the process. On error, -1 is returned.

See Also:

proc_state_pid(), proc_exe_name_pid(), proc_ppid_pid(), proc_pgrp_pid() proc_sid_pid(), proc_terminal_pid(), proc_ptgid_pid()



INDEX