SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE FreeStore |
---|
extern SE_Return_Code | |||
SE_FreeStore | |||
( | |||
SE_Store | to_free | (notes) | |
); |
Frees a store used by the API in returning data to the application. All memory associated with the store, including memory used by return data, will be deallocated.
IMPORTANT NOTE: Previously returned data associated with this store will no longer be valid.
See the comments on the function SE_CreateStore() for details on the use and behavior of stores.
SE_RET_CODE_SUCCESS | and the SE_Store is deallocated. |
SE_RET_CODE_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RET_CODE_SUCCESS is returned:
SE_STAT_CODE_SUCCESS | set if 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 the call fails for any reason. |
an SE_Store (a handle to a store) that the application wants to free.
Prev: SE_FreeSpatialSearchBoundary.
Next: SE_FreeTransmittal.
Up:Index.
|