Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

DeleteMsgPort

Free a message port

Declaration

Source position: exec.pas line 1225

procedure DeleteMsgPort(

  port: pMsgPort

);

Arguments

port

  

A pointer to a message port to free. nil is allowed and does nothing

Description

Frees a message port create by CreateMsgPort(). All messages that may have been attached to this port must have already been replied to.

See also

CreateMsgPort

  

Create a new message port


Documentation generated on: 2021-07-30