TAPICLIENT_LineSetCurrentLocation

The TAPICLIENT_LineSetCurrentLocation function is called during a call to the lineSetCurrentLocation function.

LONG TAPICLIENT_LineSetCurrentLocation(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwLocation                  
);
 

Parameters

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

See Also

lineSetCurrentLocation, TAPICLIENT_ClientInitialize, TAPIPERMANENTID