Docs » Autodocs » amiga.lib » DeletePort
DeletePort - free a message port created by CreatePort()
DeletePort(port) VOID DeletePort(struct MsgPort *);
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.
port - message port to delete
CreatePort()
|