|
SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE FreeSpatialSearchBoundary |
|---|
| extern SE_Status_Code | |||
| SE_FreeSpatialSearchBoundary | |||
| ( | |||
| SE_Search_Boundary | to_free | (notes) | |
| ); | |||
Frees the memory directly associated with the specified boundary. The memory was allocated by this API during an earlier call to SE_CreateSpatialSearchBoundary() .
| SE_STAT_CODE_SUCCESS | and the search boundary is freed, if a valid parameter was passed in and all operations succeeded. |
| SE_STAT_CODE_FAILURE | and no changes are made, if
|
the spatial search boundary to be freed.
Prev: SE_FreeSearchFilter.
Next: SE_FreeStore.
Up:Index.
|