|
SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE FreeObjectID |
|---|
| extern SE_Status_Code | |||
| SE_FreeObjectID | |||
| ( | |||
| SE_Object_ID | to_free | (notes) | |
| ); | |||
Frees the memory directly associated with the specified object ID, if any, which was allocated by this API during an earlier call to a function that retrieved an object ID, e.g., SE_GetIDForObject(), SE_StringToObjectID().
| SE_STAT_CODE_SUCCESS | and to_free is freed, if a valid parameter was passed in and all operations succeeded. |
| SE_STAT_CODE_FAILURE |
and no changes are made, if
|
the SEDRIS object ID to be freed.
Prev: SE_FreeObject.
Next: SE_FreePackedHierarchy.
Up:Index.
|