This function can be used to transfer the active call to the specified destination address.
DWORD NetworkTransferCall(
LPCWSTR pwszNumber
);
Parameters
pwszNumber
[in] Pointer to the null-terminated string that contains the destination address. This follows the standard dialable number format.
Return values
Zero indicates success. A negative error number indicates that an error occurred. For additional error information, enable the library debug mode.
Remarks
Blind transfer differs from a consultation transfer in that no consultation call is made visible to the application.
After the blind transfer successfully completes, the specified call is typically cleared from the application's line, and it transitions to the idle state.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: dyntapi.h.
Dll Library: dyntapidll.dll.