[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

DeleteMsgPort

Free a message port

Declaration

Source position: exec.pas line 1320

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: 2017-01-10