SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions
Functions
SE FreeAlternateHierarchyParameters
extern SE_Status_Code
SE_FreeAlternateHierarchyParameters
(
SE_Alternate_Hierarchy_Parameters  *to_free,1
void  (*dealloc_func_in_ptr)(void *)2
);

Definition

Frees any internal pointers in use within the given structure. Intended for use with SE_CloneAlternateHierarchyParameters().


Returns

SE_STATCODE_SUCCESS and the data is freed, if a valid parameter was passed in.
SE_STATCODE_INACTIONABLE_FAILURE and *to_free is left unchanged, if to_free is NULL.

Parameters Notes

1 pointer to the SE_Alternate_Hierarchy_Parameters whose internal pointers (if in use) are to be freed.

2 pointer to a user-supplied function to be used to free the memory. Must correspond to the function used to allocate the memory. (Should be omitted if SE_CloneAlternateHierarchyParameters() was used.)


Prev: SE_CloneTimeSelectParameters. Next: SE_FreeAnimationSelectParameters. Up:Index.