|
SEDRIS Reference Manual
APPENDIX B - LEVEL 1 READ and WRITE API Functions SE FreeElementOfDataTableData |
|---|
| extern void | |||
| SE_FreeElementOfDataTableData | |||
| ( | |||
| SE_Property_Data_Value_Ptr | to_free_ptr | (notes) | |
| ); | |||
Frees memory for a <Data Table> that was allocated by SE_AllocElementOfDataTableData().
WARNING: Remember to call SE_FreeElementOfDataTableDataStrings(), before calling SE_FreeElementOfDataTableData(); otherwise any strings allocated within the <Data Table> will not be freed.
pointer to a structure containing pointer to a block of
memory allocated to hold the <Data Table>
Prev: SE_FreeDataTableSubExtent.
Next: SE_FreeElementOfDataTableDataStrings.
Up:Index.
|