Disconnects the current call.
PhoneCall objects
objectname.DropCall ( )
Argument |
Description |
---|---|
objectname |
The name of the PhoneCall object whose current call will be disconnected |
Integer. Returns 1 for success and a negative value if an error occurs.
The following statement disconnects the current call on pcall_1:
li_ret = pcall_1.AllowReceivingCalls(gb_Allow)