Closes the MSI board or channel device you have previously opened with CTIOpenStation.
[Visual Basic]
Public Shared Function CloseStation( _
ByVal
chdev As
Integer _
) As
Integer
[C#]
public static
int CloseStation(
int chdev);
Parameters
-
chdev
- The device handle returnd from OpenStation
Return Value
0 if successful, -1=Error
See Also
cti Class | CTI32NetLib Namespace