CTI32 Class Library

cti.StopChannel Method 

Stop a file from playing or recording.

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

Parameters

dev
Device you want to stop.

Return Value

0=success -1=failure

See Also

cti Class | CTI32NetLib Namespace