Name
FreeIPCPort -- free an IPC port (V9.0)
Synopsis
void FreeIPCPort(APTR handle);
Function
This function must free the specified IPC port that has been allocated by CreateIPCPort(). See CreateIPCPort for details.

Inputs
handle
port handle allocated by CreateIPCPort()

Show TOC