TAPICLIENT_LineSetLineDevStatus

The TAPICLIENT_LineSetLineDevStatus function is called during a call to the lineSetLineDevStatus function.

LONG TAPICLIENT_LineSetLineDevStatus(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwStatusToChange,           
  DWORD fStatus                     
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwStatusToChange
The status to change passed in to TAPI.
fStatus
The status flag passed in to TAPI.

See Also

lineSetLineDevStatus, TAPICLIENT_ClientInitialize, TAPIPERMANENTID