proc_fd_num_pid()

The number of allocated file handles by the process

Syntax:

int proc_fd_num_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The number of allocated file handles by the process.

Return Values:

On success, returns the number of allocated file handles. On error, -1 is returned.

See Also:

proc_fd_file_pid()



INDEX