SEDRIS Reference Manual
APPENDIX B - LEVEL 1 READ and WRITE API Functions SE FreeDataTableData |
---|
extern void | |||
SE_FreeDataTableData | |||
( | |||
SE_Property_Data_Value | * | to_free_ptr | (notes) |
); |
Frees <Data Table> data allocated by SE_AllocDataTableData().
WARNING: Remember to call SE_FreeDataTableDataStrings() before calling SE_FreeDataTableData(); otherwise any strings allocated within the <Data Table> will not be freed.
pointer to <Data Table>'s data
Prev: SE_FreeDataTableConstantSignature.
Next: SE_FreeDataTableDataStrings.
Up:Index.
|