proc = FindCliProc(num)
D0 D1
struct Process *FindCliProc(ULONG)
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.