TAPICLIENT_LineSetMediaMode

The TAPICLIENT_LineSetMediaMode function is called during a call to the lineSetMediaMode function.

LONG TAPICLIENT_LineSetMediaMode(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwMediaModes                
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwMediaModes
The media modes passed in to TAPI.

See Also

lineSetMediaMode, TAPICLIENT_ClientInitialize, TAPIPERMANENTID