Function Name: Free Spatial Search Boundary

Definition

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

Returns

SE_SUCCESS - and the search boundary is freed, if a valid parameter was passed in.

SE_FAILURE - and no changes are made, if

  1. to_free wasn't a handle to a valid, active (i.e., unfreed) search boundary, 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_FreeSpatialSearchBoundary
(
SE_SEARCH_BOUNDARY to_free (notes)
);

Parameters Notes

to_free

 the spatial search boundary to be freed.

Prev: Free Search Filter. Next: Free Store. Up:Index.