Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 558 Bytes

DeleteMsgPort.md

File metadata and controls

29 lines (17 loc) · 558 Bytes

NAME

DeleteMsgPort - Free a message port created by CreateMsgPort (V36)

SYNOPSIS

    DeleteMsgPort(msgPort)
                  a0

    void DeleteMsgPort(struct MsgPort *);

Links: MsgPort

FUNCTION

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

INPUTS

msgPort - A message port. NULL for no action.

SEE ALSO

CreateMsgPort, amiga.lib/DeletePort