Aggregate Function Constants
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The aggregate function constants specify which method of aggregation to use in a select operation.
#define DBSETFUNC_NONE = 0x0
#define DBSETFUNC_ALL = 0x1
#define DBSETFUNC_DISTINCT = 0x2
Remarks
The dwSetQuantifier member of the DBSETFUNC structure uses these constants.
These constants are currently reserved for future use.