/*
 * TYPEDEF: SE_SEARCH_BOUNDARY
 *
 *   Pointer to a search boundary.  The definition of a search boundary is
 *   hidden by the implementation of this API.  The user of this API simply
 *   passes in and receives back an SE_SEARCH_BOUNDARY for functions
 *   that deal with search boundaries.
 */
typedef struct SE_SearchBoundary *SE_SEARCH_BOUNDARY;
Prev: SE_RULE_TYPE_ENUM. Next: SE_SEARCH_BOUNDS. Up:Index