SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE FreeSpatialSearchBoundary |
---|
extern SE_Return_Code | |||
SE_FreeSpatialSearchBoundary | |||
( | |||
SE_Search_Boundary | to_free_boundary | 1 | |
); |
Frees the memory directly associated with the specified boundary. The memory was allocated by this API during an earlier call to SE_CreateSpatialSearchBoundary().
SE_RETCOD_SUCCESS | and the spatial search boundary is deallocated. |
SE_RETCOD_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:
SE_STATCODE_SUCCESS | set f a valid parameter was passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_INACTIONABLE_FAILURE | set if
|
1 the spatial search boundary to be freed.
Prev: SE_FreeSearchFilter.
Next: SE_FreeStore.
Up:Index.
|