SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE FreeRemainingObjectsList |
---|
extern SE_Return_Code | |||
SE_FreeRemainingObjectsList | |||
( | |||
SE_Remaining_Objects_List | * | to_free_list | 1 |
); |
Frees the data associated with the fields of the remaining objects list returned by SE_GetRemainingObjectsList().
SE_RETCOD_SUCCESS | and the objects in the list are 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 if valid parameters were passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_INACTIONABLE_FAILURE |
and no changes are made, if
|
1 a pointer to a SE_Remaining_Objects_List structure, which contains data returned by SE_GetRemainingObjectsList().
Prev: SE_FreePackedHierarchy.
Next: SE_FreeRemainingPackedHierarchiesList.
Up:Index.
|