Remove a message port from the system
Source position: exec.pas line 1944
| procedure RemPort( | 
| port: PMsgPort | 
| ); | 
| port | 
 | A pointer to a message port | 
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.
| 
 | Add a public message port to the system | |
| 
 | Find a system message port by name |