SEDRIS Reference Manual
APPENDIX B - LEVEL 1 READ and WRITE API Functions SE FreePackedDataTableData |
---|
extern void | |||
SE_FreePackedDataTableData | |||
( | |||
unsigned char | * | to_free_ptr | (notes) |
); |
Frees memory for a <Data Table> that was allocated with SE_AllocPackedDataTableData().
WARNING:
Remember to call
SE_FreePackedDataTableDataStrings() before calling
SE_FreePackedDataTableData();
otherwise, any strings allocated within the
<Data Table> will not be freed.
pointer to block of memory allocated to hold the packed data from the <Data Table>.
Prev: SE_FreeElementOfDataTableDataStrings.
Next: SE_FreePackedDataTableDataStrings.
Up:Index.
|