TAPICLIENT_LineBlindTransfer

The TAPICLIENT_LineBlindTransfer function is called during a call to lineBlindTransfer.

LONG TAPICLIENT_LineBlindTransfer(
  HMANAGEMENTCLIENT hmClient,   
  LPTAPIPERMANENTID lpPermanentID,  
  LPWSTR lpszDestAddress,       
  LPDWORD lpdwDestAddressSize,  
  LPDWORD lpdwCountryCode       
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
lpszDestAddress
Buffer containing the destination address passed in. The DLL can modify this buffer.
lpdwDestAddressSize
Pointer to a DWORD containing the size in bytes of the lpszDestAddress buffer. On entry, it contains the size of the buffer. If the buffer is not large enough for the modified destination address, the DLL fills in this parameter with the needed size.
lpdwCountryCode
Pointer to a DWORD containing the country code passed in. The DLL can modify this parameter.

See Also

lineBlindTransfer, TAPICLIENT_ClientInitialize, TAPIPERMANENTID