Advanced Component Iterator Features: Spatial Search Boundaries
SE_STATUS_CODE_ENUM SE_CreateSpatialSearchBoundary
const SE_SEARCH_BOUNDS *bounds_ptr,
SE_SEARCH_BOUNDS_CLOSURE_ENUM search_bounds_closure,
SE_SEARCH_QUALITY_ENUM search_quality,
SE_INCLUSION_CHOICE_ENUM inclusion,
SE_SEARCH_DIMENSION_ENUM search_dimension,
SE_SEARCH_BOUNDARY *search_boundary_out_ptr
SE_SEARCH_BOUNDS is a data structure that is set to define the dimensions of the search boundary.
SE_SEARCH_BOUNDARY is an opaque type allocated by the API and passed as an argument to SE_InitializeComponentIterator().
Free the boundary with SE_FreeSpatialSearchBoundary().
May be freed before the Iterator is freed.
SE_STATUS_CODE_ENUM SE_FreeSpatialSearchBoundary
SE_SEARCH_BOUNDARY search_boundary