LINEAGENTGROUPLIST  GWH9L0

typedef struct lineagentgrouplist_tag { 

    DWORD  dwTotalSize;

    DWORD  dwNeededSize;

    DWORD  dwUsedSize;

    DWORD  dwNumEntries;

    DWORD  dwListSize;

    DWORD  dwListOffset;

} LINEAGENTGROUPLIST, FAR *LPLINEAGENTGROUPLIST;

 

Members

dwNumEntries

The number of LINEAGENTGROUPENTRYAW9NX6 structures that appear in the List array. The value is 0 if no agent is to be logged in on the address.

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).