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