CTI32 Class Library

cti.CloseGCPort Method 

Close a port opened with Global Call. (CTIOpenGCPort).

[Visual Basic]
Public Shared Function CloseGCPort( _
   ByVal chdev As Integer _
) As Integer
[C#]
public static int CloseGCPort(
   int chdev
);

Parameters

chdev
The channel device handle returned from the CTIOpenGCPort call.

Return Value

0=successful -1=failure

See Also

cti Class | CTI32NetLib Namespace