Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
amiga.lib
NAME
DeletePort
free a message port created by
CreatePort()
SYNOPSIS
DeletePort(port)
VOID DeletePort(struct MsgPort *);
FUNCTION
Frees a message port created by CreatePort. All messages that may have been attached to this port must have already been replied before this function is called.
INPUTS
port
Message port to delete
SEE ALSO
CreatePort()