|
![]() |
The method gives ownership of call to another application. The application that is the target of the handoff is specified by its file name passed within the FileName parameter. A valid file name does not include the path of the file. Example
Declarationprocedure Handoff(FileName: String); RemarksPlease refer to the section "lineHandoff" in TAPI's documentation for a more detailed information. ErrorsUsing this function may cause an EhbTapiError exception. Possible errors are: LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONFAILED, LINEERR_INVALMEDIAMODE, LINEERR_TARGETNOTFOUND, LINEERR_INVALPOINTER, LINEERR_TARGETSELF, LINEERR_NOMEM, LINEERR_UNINITIALIZED, LINEERR_NOTOWNER. |