3.1.6.1 AddPortInUse

AddPortInUse is an abstract interface called by applications and services on the local computer to add a PortInUse object to the server's PortsInUse collection. The interface is defined as follows:

 void AddPortInUse([in] PortInUse portToAdd);

Input Parameter: portToAdd: The PortInUse object to be added.

Output Parameter: None.