Platform SDK: TAPI |
The LINEAGENTACTIVITYLIST structure describes a list of ACD agent activities.This structure can contain an array of LINEAGENTACTIVITYENTRY structures. The lineGetAgentActivityList function returns the LINEAGENTACTIVITYLIST structure.
typedef struct lineagentactivitylist_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwNumEntries; DWORD dwListSize; DWORD dwListOffset; } LINEAGENTACTIVITYLIST, *LPLINEAGENTACTIVITYLIST;
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.
LINEAGENTACTIVITYENTRY, lineGetAgentActivityList, lineSetAgentActivity