/*
 * TYPEDEF: SE_SEARCH_FILTER
 *
 *   Pointer to a search filter.  The definition of a search filter is
 *   hidden by the implementation of this API.  The user of this API simply
 *   passes in and receives back an SE_SEARCH_FILTER for functions
 *   that deal with search filters.
 */
typedef struct SE_SearchFilter *SE_SEARCH_FILTER;
Prev: SE_SEARCH_DIMENSION_ENUM. Next: SE_SEARCH_QUALITY_ENUM. Up:Index