LINEAGENTACTIVITYLIST

typedef struct lineagentactivitylist_tag {
    DWORD  dwTotalSize;
    DWORD  dwNeededSize;
    DWORD  dwUsedSize;
    DWORD  dwNumEntries;
    DWORD  dwListSize;
    DWORD  dwListOffset;
} LINEAGENTACTIVITYLIST, FAR *LPLINEAGENTACTIVITYLIST;
 

Members

dwTotalSize
The total size in bytes allocated to this data structure.
dwNeededSize
The size in bytes needed to hold all the information requested.
dwUsedSize
The size in bytes of the portion of this data structure that contains useful information.
dwNumEntries
The number of LINEAGENTACTIVITYENTRY structures that appear in the List array. The value is 0 if no agent activity codes are available.
dwListSize
dwListOffset
Total size in bytes and offset from the beginning of LINEAGENTACTIVITYLIST of an array of LINEAGENTACTIVITYENTRY elements indicating information about activity that could be specified for the current logged-in agent. This is dwNumEntries times SIZEOF (LINEAGENTACTIVITYENTRY).

QuickInfo

  Version: Use TAPI version 2.0 and later
  Header: Declared in tapi.h.