RemoveMsgPort

Removes a message port.

Synopsis

void RemoveMsgPort (Item msgPortItem)

Description

Removes a message port. RemoveMsgPort() calls DeleteItem() directly to remove the item of the specified message port.

Arguments

msgPortItem
Item of the message port to be removed.

Return Value

None

Associated Files

MsgUtils.h

See Also

DeleteItem

, NewMsgPort