CTI32 Class Library

cti.GetParmInt Method 

Gets the current board or channel parameter. (Dialogic).

[Visual Basic]
Public Shared Function GetParmInt( _
   ByVal chdev As Integer, _
   ByVal parm As Parm, _
   ByRef valuep As Integer _
) As Integer
[C#]
public static int GetParmInt(
   int chdev,
   Parm parm,
   ref int valuep
);

Parameters

chdev
The channel device handle.
parm
Which parameter you are interested in getting the value of. For a complete listing of these parameters, see Table 10 (Section 4.2) in the Voice Reference manual for NT (Volume II)
valuep
Pointer to the integer variable where the value will be returned.

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace