SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions
Functions
SE FreeLODSelectParameters
extern SE_Status_Code
SE_FreeLODSelectParameters
(
SE_LOD_Select_Parameters *to_free, (notes)
void (*dealloc_func_in_ptr)(void *) (notes)
);

Definition

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


Returns

SE_STAT_CODE_SUCCESS and the data is freed, if a valid parameter was passed in.
SE_STAT_CODE_INACTIONABLE_FAILURE and to_free is left unchanged, if to_free is NULL.

Parameters Notes


to_free

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

dealloc_func_in_ptr

 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_CloneLODSelectParameters() was used.)


Prev: SE_FreeHierarchySelectParameters. Next: SE_FreeOctantSelectParameters. Up:Index.

Last updated: August 23, 2005 Copyright © 2005 SEDRIS