Docs » Autodocs » exec.library » RemPort
RemPort -- remove a message port from the system
RemPort(port) A1 void RemPort(struct MsgPort *);
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.
port - pointer to a message port
AddPort(), FindPort()
|