TAPICLIENT_LineSetTerminal

The TAPICLIENT_LineSetTerminal function is called during a call to the lineSetTerminal function.

LONG TAPICLIENT_LineSetTerminal(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwTerminalModes,            
  DWORD dwTerminalID,               
  BOOL bEnable                      
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwTerminalModes
The terminal modes passed in to TAPI.
dwTerminalID
The terminal identifier passed in to TAPI.
bEnable
The bEnable parameter passed in to TAPI.

See Also

lineSetTerminal, TAPICLIENT_ClientInitialize, TAPIPERMANENTID