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

Latest commit

 

History

History
29 lines (17 loc) · 459 Bytes

File metadata and controls

29 lines (17 loc) · 459 Bytes

NAME

RemPort -- remove a message port from the system

SYNOPSIS

    RemPort(port)
            A1

    void RemPort(struct MsgPort *);

Links: MsgPort

FUNCTION

This function removes a message port structure from the system's message port list. Subsequent attempts to rendezvous by name with this port will fail.

INPUTS

port - pointer to a message port

SEE ALSO

AddPort, FindPort