(C) 1998 AROS - The Amiga Research OS
NAME
void DeleteMsgPort (port)
LOCATION
In SysBase at offset 112
SYNOPSIS
struct MsgPort * port
FUNCTION
Delete a messageport allocated with CreateMsgPort(). The signal bit is freed and the memory is given back to the memory pool. Remaining messages are not replied. It is safe to call this function with a NULL pointer.
INPUTS
port
Pointer to messageport structure.
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY