proc_start_stack_pid()

The start address of the stack

Syntax:

unsigned long proc_start_stack_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The start address of the stack.

Return Values:

On success, returns the start address of the stack. On error, -1 is returned.

See Also:

proc_kstk_eip_pid(), proc_kstk_esp_pid(), proc_end_code_pid()



INDEX