|
![]() |
Cancels the specified call completion request. TheCompletionID parameter
specifies the request that is to be canceled. Declaration procedure UncompleteCall(CompletionID: DWORD); RemarksThis function works in an asynchronous manner. See the SyncMode property to read more about the handling of asynchronous functions. Please refer to the section "lineUncompleteCall" in TAPI's documentation for a more detailed information. ErrorsUsing this function may cause an EhbTapiError exception . Possible errors are: LINEERR_INVALLINEHANDLE, LINEERR_OPERATIONFAILED, LINEERR_INVALCOMPLETIONID, LINEERR_RESOURCEUNAVAIL, LINEERR_NOMEM, LINEERR_UNINITIALIZED, LINEERR_OPERATIONUNAVAIL. See Also |