SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE FreeSpatialSearchBoundary
extern SE_Return_Code
SE_FreeSpatialSearchBoundary
(
SE_Search_Boundary to_free (notes)
);

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_RET_CODE_SUCCESS and the spatial search boundary is deallocated.
SE_RET_CODE_FAILURE and the status code is set appropriately if the call failed.

Status Codes

SE_Status_Code(s) when SE_RET_CODE_SUCCESS is returned:

SE_STAT_CODE_SUCCESS set f a valid parameter was passed in and all operations succeeded.

SE_Status_Code(s) when SE_RET_CODE_FAILURE is returned:

SE_STAT_CODE_INACTIONABLE_FAILURE set if
  1. to_free wasn't a handle to a valid, active (i.e., unfreed) search boundary, or
  2. the call fails for any other reason.


Parameters Notes


to_free

 the spatial search boundary to be freed.


Prev: SE_FreeSearchFilter. Next: SE_FreeStore. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS