CTI32 Class Library

cti.SetStdCspCallBack Method 

Sets or Resets the Delegate For the CSP Callback

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

Parameters

chdev
cb

Return Value

See Also

cti Class | CTI32NetLib Namespace