TAPICLIENT_LineSetDevConfig

The TAPICLIENT_LineSetDevConfig function is called during a call to the lineSetDevConfig function.

LONG TAPICLIENT_LineSetDevConfig(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  LPVOID lpDevConfig,               
  LPDWORD lpdwSize,                 
  LPCWCSTR lpszDeviceClass          
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
lpDevConfig
The device configuration buffer passed in to TAPI. This buffer can be modified by the DLL.
lpdwSize
Pointer to a DWORD containing the size in bytes of the lpDevConfig buffer. On entry, it contains the size of the buffer. If the buffer is not large enough for the modified destination address, the DLL fills in this parameter with the needed size.
lpszDeviceClass
String that specifies the device class of the device whose configuration is to be set.

See Also

lineSetDevConfig, TAPICLIENT_ClientInitialize, TAPIPERMANENTID