proc_kstk_esp_pid()

The current stack pointer of the process

Syntax:

unsigned long proc_kstk_esp_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The current stack pointer (ESP) of the process.

Return Values:

On success, returns the current stack pointer of the process. On error, -1 is returned.

See Also:

proc_kstk_eip_pid(), proc_end_code_pid(), proc_start_stack_pid()



INDEX