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