Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 2.2 or higher.
The TSPI_lineSetCallHubTracking function and the TSPI_lineGetCallHubTracking function use the LINECALLHUBTRACKINGINFO structure.
Syntax
typedef struct linecallhubtrackinginfo_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUsedSize;
DWORD dwAvailableTracking;
DWORD dwCurrentTracking;
} LINECALLHUBTRACKINGINFO, *LPLINECALLHUBTRACKINGINFO;
Members
dwTotalSize
Total size, in bytes.
dwNeededSize
Size needed, in bytes.
dwUsedSize
Size used, in bytes.
dwAvailableTracking
Available tracking, as represented by a LINECALLHUBTRACKING.constant.
dwCurrentTracking
Current tracking, as represented by a LINECALLHUBTRACKING constant.
Requirements
Requirement | Value |
---|---|
Header | tapi.h |