Checks if the port is already installed.
BOOL dIsPortInstalled(LPSTR lpPortName, LPSTR lpMonitorName)
Input value: lpPortName |
the name of the port. The maximum number of characters is 246. The port name cannot contain any of following characters: *?| |
Input value: lpMonitorName |
the name of the port monitor. |
Return value |
Returns TRUE if the port is already installed |