Platform SDK: TAPI |
The LINECALLHUBTRACKINGINFO structure contains information that reports the type of tracking available to a call hub. This structure is exposed only to applications that negotiate a TAPI version of 3.0 or higher.
The TSPI_lineSetCallHubTracking function and the TSPI_lineGetCallHubTracking function use the LINECALLHUBTRACKINGINFO structure.
typedef struct linecallhubtrackinginfo_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwAvailableTracking; DWORD dwCurrentTracking; } LINECALLHUBTRACKINGINFO, FAR *LPLINECALLHUBTRACKINGINFO;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi.h.
LINECALLHUBTRACKING, TSPI_lineSetCallHubTracking, TSPI_lineGetCallHubTracking