TAPIEx.NET Component Documentation

GetCallFromHandle Method

Description

Obain the reference of TAPICall according the call handle.

[Visual Basic]
Function GetCallFromHandle( CallHandle As System.Int32 ) As TAPICall
[C#]
public TAPICall GetCallFromHandle ( System.Int32 Handle )

Parameters

CallHandle
The handle of the Call, It can obtain using TAPICall.Handle

Return values

if the function succeeds, it return the reference of specified TAPICall, otherwise return Nothing(NULL).

Remarks

None.

See Also

FindCall

Support editions