Share via


DBSETFUNC

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 DBSETFUNC structure specifies the aggregation function to use in a select operation.

typedef struct tagDBSETFUNC {
  DWORD dwSetQuantifier;  // which aggregation method to use
} DBSETFUNC;

Remarks

For valid values of the dwSetQuantifier member, see Aggregate Function Constants.