TSPI_lineGetCallHubTracking function (tspi.h)
The TSPI_lineGetCallHubTracking function returns the current state of CallHub tracking for the service provider. This function requires TAPI 3.0 version negotiation.
Syntax
LONG TSPIAPI TSPI_lineGetCallHubTracking(
HDRVLINE hdLine,
LPLINECALLHUBTRACKINGINFO lpTrackingInfo
);
Parameters
hdLine
The service provider's handle to the call whose call information is to be retrieved. The call state of hdLine can be any state.
lpTrackingInfo
A pointer to the variably sized LINECALLHUBTRACKINGINFO structure. Upon successful completion of the request, this structure is filled with call-related information.
Return value
Returns zero if the function succeeds, or an error number if an error occurs. Possible return values are as follows:
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tspi.h |