TAPICLIENT_LineSetCallParams

The TAPICLIENT_LineSetCallParams function is called during a call to the lineSetCallParams function.

LONG TAPICLIENT_LineSetCallParams(
  HMANAGEMENTCLIENT hmClient,    
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwBearerMode,            
  DWORD dwMinRate,               
  DWORD dwMaxRate,               
  LPLINEDIALPARAMS lpDialParams  
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwBearerMode
The bearer mode passed in to TAPI.
dwMinRate
The min rate passed in to TAPI.
dwMaxRate
The max rate passed in to TAPI.
lpDialParams
The LINEDIALPARAMS structure passed in to TAPI. The buffer can be modified.

See Also

LINEDIALPARAMS, lineSetCallParams, TAPICLIENT_ClientInitialize, TAPIPERMANENTID