Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

RemPort

Remove a message port from the system

Declaration

Source position: exec.pas line 1810

procedure RemPort(

  Port: PMsgPort

);

Arguments

Port

  

A pointer to a message port

Description

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.

See also

AddPort

  

Add a public message port to the system

FindPort

  

Find a system message port by name


Documentation generated on: 2021-07-30