| Platform SDK: TAPI |
The LINEAGENTGROUPLIST structure describes a list of ACD agent groups. This structure can contain an array of LINEAGENTGROUPENTRY structures.
Multiple functions use the LINEAGENTGROUPLIST structure; these include the lineGetAgentGroupList, lineGetGroupList and lineSetAgentGroup functions.
typedef struct lineagentgrouplist_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUsedSize;
DWORD dwNumEntries;
DWORD dwListSize;
DWORD dwListOffset;
} LINEAGENTGROUPLIST, *LPLINEAGENTGROUPLIST;
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 2.0 or later.
Header: Declared in Tapi.h.
LINEAGENTGROUPENTRY, lineGetAgentGroupList, lineGetGroupList, lineSetAgentGroup