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 Type | Field | Description |
---|---|---|
ESS_ULONG_T | ulStart | Starting member for retrieval of information. |
ESS_ULONG_T | ulMaxCount | Maximum number of members to retrieve. |
ESS_ULONG_T | ulTotalCount | Return of the total count of members that exist in the results of the query. This could be more than ulMaxCount. |
ESS_ULONG_T | ulReturnCount | Return count of returned member handles. This should never be more than ulMaxCount. |