Function Name: Free Search Filter

Definition

Frees the memory directly associated with the specified filter. The memory was allocated by this API during an earlier call to SE_CreateSearchFilter().

Returns

SE_SUCCESS - and the search filter is freed, if a valid parameter was passed in and all operations succeeded.

SE_FAILURE - and no changes are made, if

  1. to_free wasn't a handle to a valid, active (i.e., unfreed) search filter, or
  2. the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time.

Prototype


extern SE_STATUS_CODE_ENUM
SE_FreeSearchFilter
(
SE_SEARCH_FILTER to_free (notes)
);

Parameters Notes

to_free

 the search filter to be freed.

Prev: Free Remaining Packed Hierarchies List. Next: Free Spatial Search Boundary. Up:Index.