LINEAGENTGROUPLIST
typedef struct lineagentgrouplist_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUsedSize;
DWORD dwNumEntries;
DWORD dwListSize;
DWORD dwListOffset;
} LINEAGENTGROUPLIST, FAR *LPLINEAGENTGROUPLIST;
Members
dwNumEntries
The number of
LINEAGENTGROUPENTRY
dwListSize
dwListOffset
Total size in
bytes and offset from the beginning of LINEAGENTGROUPLIST of an array of
LINEAGENTGROUPENTRY elements specifying information about each group
into which the current agent is to be logged in at the address. This will be dwNumEntries
times SIZEOF (LINEAGENTGROUPENTRY).