LINEAGENTACTIVITYLIST
typedef struct lineagentactivitylist_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUsedSize;
DWORD dwNumEntries;
DWORD dwListSize;
DWORD dwListOffset;
} LINEAGENTACTIVITYLIST, FAR
*LPLINEAGENTACTIVITYLIST;
Members
dwNumEntries
The number of
LINEAGENTACTIVITYENTRY
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).