ITBasicCallControl::Handoff

[This is preliminary documentation and subject to change.]

This method hands off the call to another application. This indicates that the application no longer owns the call. There are three ways to hand off a call:

If TAPI fails to hand off the call, TAPI will call Disconnect on the call.

HRESULT Handoff(
  BSTR pApplicationName,
  BSTR pMediaType
);
 

Parameters

pApplicationName
[in] Specific application name to handoff call to. Can be full path name or executable name.
pMediaType
[in] MediaType to transfer to.

Return Values

TBD