TAPIEx ActiveX Control v3.6

GetCallFromHandle

Obain the reference of ITAPICall according the call handle.

Function GetCallFromHandle(
CallHandle As Long
) As ITAPICall

Parameters

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

Return Values

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

Remarks

None.

See Also

FindCall