|
SEDRIS Reference Manual
APPENDIX B - LEVEL 1 READ and WRITE API Functions SE FreeDataTableConstantSignature |
|---|
| extern void | |||
| SE_FreeDataTableConstantSignature | |||
| ( | |||
| SE_Table_Property_Description_Fields | * | prop_array_ptr, | (notes) |
| SE_Property_Data_Value | * | value_array_ptr | (notes) |
| ); | |||
Frees the given <Data Table> constant signature.
the <Table Property Description> array to be freed
the selected_values array to be freed
Prev: SE_AllocPackedDataTableData.
Next: SE_FreeDataTableData.
Up:Index.
|