LINEAGENTACTIVITYLIST  KP87UX

typedef struct lineagentactivitylist_tag { 

    DWORD  dwTotalSize;

    DWORD  dwNeededSize;

    DWORD  dwUsedSize;

    DWORD  dwNumEntries;

    DWORD  dwListSize;

    DWORD  dwListOffset;

} LINEAGENTACTIVITYLIST, FAR *LPLINEAGENTACTIVITYLIST;

 

Members

dwNumEntries

The number of LINEAGENTACTIVITYENTRY10IR1OQ 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 which could be specified for the current logged-in agent. This will be dwNumEntries times SIZEOF (LINEAGENTACTIVITYENTRY).