Home  /  Autodocs  /  dos.library

NAME

FindCliProc
returns a pointer to the requested CLI Process (V36)

SYNOPSIS

proc = FindCliProc(num)
D0 D1

struct Process *FindCliProc(ULONG)

FUNCTION

This function returns a pointer to the CLI Process associated with the given CLI number. If the Process isn't an active CLI Process, NULL is returned.

NOTE:
FindCliProc() should normally be called inside a section which encloses it between Forbid() and Permit(), if you must use this function at all.

INPUTS

num
Task number of CLI Process (range 1-N)

RESULT

proc
Pointer to given CLI Process

SEE ALSO

Cli(), exec.library/Forbid(), MaxCli()