Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 678 Bytes

File metadata and controls

33 lines (20 loc) · 678 Bytes

NAME

FindCliProc -- returns a pointer to the requested CLI process (V36)

SYNOPSIS

    proc = FindCliProc(num)
    D0             D1

    struct Process *FindCliProc(LONG)

Links: Process

FUNCTION

This routine 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: should normally be called inside a Forbid, if you must use this function at all.

INPUTS

num - Task number of CLI process

RESULT proc - Pointer to given CLI process

SEE ALSO

Cli, Forbid, MaxCli