Description:
SplPdRemovePort tells the port driver the name of the port that needs to be removed.
#include <os2.h> HAB hab; /* The handle to anchor block. */ PSZ pszPortName; /* The name of the port to be removed. */ APIERR rc; /* Return codes. */ rc = SplPdRemovePort(hab, pszPortName);