Description:
SplPdSetPort displays a dialog to allow the user to browse and modify port configurations.
#include <os2.h> HAB hab; /* The handle to the anchor block. */ PSZ pszPortName; /* The name of the port to be removed. */ PULONG flModified; /* A flag to indicate that the configuration has been modified. */ APIERR rc; /* Return codes. */ rc = SplPdSetPort(hab, pszPortName, flModified);