Platform SDK: TAPI

LINEPROXYREQUESTLIST

The LINEPROXYREQUESTLIST structure describes a list of proxy requests. The lineGetProxyStatus function returns the LINEPROXYREQUESTLIST structure.

typedef struct lineproxyrequestlist_tag {
  DWORD  dwTotalSize;
  DWORD  dwNeededSize;
  DWORD  dwUsedSize;
  DWORD  dwNumEntries;
  DWORD  dwListSize;
  DWORD  dwListOffset;

} LINEPROXYREQUESTLIST, *LPLINEPROXYREQUESTLIST;

Members

dwTotalSize
The total size, in bytes, allocated to this structure.
dwNeededSize
The size, in bytes, needed to hold all the information requested.
dwUsedSize
The size, in bytes, of the portion of this structure that contains useful information.
dwNumEntries
The number of DWORD elements that appear in the list array.
dwListSize
dwListOffset
The total size, in bytes, and offset from the beginning of LINEPROXYREQUESTLIST of an array of DWORD elements indicating the currently supported proxy request types. Each element is one of the LINEPROXYREQUEST_ constants. The dwListOffset member is dwNumEntries times SIZEOF(DWORD).

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Version: Requires TAPI 2.2 or later.
  Header: Declared in Tapi.h.

See Also

About TAPI 3.0 Call Center Controls, LINEPROXYREQUEST_ Constants, lineGetProxyStatus