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( intchdev, Parmparm, ref intvaluep );
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.