TAPIEx ActiveX Control v3.6

OnSetupTransferExComplete

The OnSetupTransferExComplete event is fired when SetupTransferEx has completed

Event OnSetupTransferExComplete(
Line As ITAPILine, 
ResultCode As Long, 
RequestID As Long)

Parameters

Line
Reference to ITAPILine.
ResultCode
return 0 mean SetupTransferEx execute successfully and you can use the ITAPILine.ConsultCall property to access the temporary consultation call.
RequestID
The request ID of SetupTransferEx.

Return Values

None.

Remarks

None.

See Also

SetupTransferEx