SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE FreeRemainingPackedHierarchiesList
extern SE_Return_Code
SE_FreeRemainingPackedHierarchiesList
(
SE_Remaining_Packed_Hierarchies_List  *to_free_hierarchies_list1
);

Definition

Frees the data associated with the fields of the remaining hierarchies list returned by SE_GetRemainingPackedHierarchiesList().


Returns

SE_RETCOD_SUCCESS and the packed hierarchies are deallocated.
SE_RETCOD_FAILURE and the status code is set appropriately if the call failed.

Status Codes

SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:

SE_STATCODE_SUCCESS set if valid parameters were passed in and all operations completed successfully.

SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:

SE_STATCODE_INACTIONABLE_FAILURE set if the call fails for any reason.

Parameters Notes

1 a pointer to a SE_Remaining_Packed_Hierarchies_List structure that contains data returned by SE_GetRemainingPackedHierarchiesList().


Prev: SE_FreeRemainingObjectsList. Next: SE_FreeSearchFilter. Up:Index.