TAPICLIENT_LineSetMediaControl

The TAPICLIENT_LineSetMediaControl function is called during a call to the lineSetMediaControl function.

LONG TAPICLIENT_LineSetMediaControl(
  HMANAGEMENTCLIENT hmClient,                         
  LPTAPIPERMANENTID lpPermanentID,                    
  LPLINEMEDIACONTROLDIGIT const lpDigitList,          
  DWORD dwDigitNumEntries,                            
  LPLINEMEDIACONTROLMEDIA const lpMediaList,          
  DWORD dwMediaNumEntries,                            
  LPLINEMEDIACONTROLTONE const lpToneList,            
  DWORD dwToneNumEntries,                             
  LPLINEMEDIACONTROLCALLSTATE const lpCallstateList,  
  DWORD dwCallstateNumEntries                         
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
lpDigitList
Digit list buffer passed in to TAPI.
dwDigitNumEntries
The number of entries in the digit list.
lpMediaList
The media list buffer passed in to TAPI.
dwMediaNumEntries
The number of entries in the media list.
lpToneList
The tone list buffer passed in to TAPI.
dwToneNumEntries
The number of entries in the tone list.
lpCallstateList
The call state list buffer passed in to TAPI.
dwCallstateNumEntries
The number of entries in the call state list.

See Also

lineSetMediaControl, TAPICLIENT_ClientInitialize, TAPIPERMANENTID