Remove a message port from the system
Source position: exec.pas line 1810
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 |