CTI32 Class Library

cti.StopDial Method 

Stop Dialing in progress.

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

Parameters

dev
dev sent to the Dial method.

Return Value

0=successful -1=failure

See Also

cti Class | CTI32NetLib Namespace