ESS_MBRCOUNTS_T

Contains information about member counts for queries.

typedef struct ESS_MBRCOUNTS_T
{
   ESS_ULONG_T    ulStart;       
   ESS_ULONG_T    ulMaxCount;    
   ESS_ULONG_T    ulTotalCount;  
   ESS_ULONG_T    ulReturnCount; 
} ESS_MBRCOUNTS_T, *ESS_PMBRCOUNTS_T, **ESS_PPMBRCOUNTS_T;
Data TypeFieldDescription
ESS_ULONG_TulStartStarting member for retrieval of information.
ESS_ULONG_TulMaxCountMaximum number of members to retrieve.
ESS_ULONG_TulTotalCountReturn of the total count of members that exist in the results of the query. This could be more than ulMaxCount.
ESS_ULONG_TulReturnCountReturn count of returned member handles. This should never be more than ulMaxCount.