Free a message port
Source position: exec.pas line 2124
procedure DeleteMsgPort( |
port: PMsgPort |
); |
port |
|
A pointer to a message port to free. nil is allowed and does nothing |
Frees a message port create by CreateMsgPort(). All messages that may have been attached to this port must have already been replied to.
|
Create a new message port |