TAPICLIENT_LineSetCallData

The TAPICLIENT_LineSetCallData function is called during a call to the lineSetCallData function.

LONG TAPICLIENT_LineSetCallData(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  LPVOID lpCallData,                
  DWORD dwSize                      
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
lpCallData
Pointer to a buffer containing the call data passed to TAPI. This buffer cannot be modified by the DLL.
dwSize
The DWORD that contains the size of lpCallData.

See Also

lineSetCallData, TAPICLIENT_ClientInitialize, TAPIPERMANENTID