TAPICLIENT_LineAddToConference

The TAPICLIENT_LineAddToConference function is called during a call to the lineAddToConference function.

LONG TAPICLIENT_LineAddToConference(
  HMANAGEMENTCLIENT hmClient,                 
  LPTAPIPERMANENTID lpPermanentID,            
  LPLINECALLINFO const lpConsultCallCallInfo  
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
lpConsultCallCallInfo
A pointer to a LINECALLINFO structure that is filled with information about the consultation call passed to lineAddToConference.

Remarks

The lpConsultCallCallInfo parameter is passed in to give the TAPI Client Management DLL information about the call being added to the conference.

See Also

lineAddToConference, TAPICLIENT_ClientInitialize, TAPIPERMANENTID