Function Name: Free Data Table Signature

Definition

Frees the given Data Table signature.

Prototype


extern void
SE_FreeDataTableSignature
(
SE_TABLE_PROPERTY_DESCRIPTION_FIELDS *prop_array_ptr, (notes)
EDCS_AC_ID *element_array_ptr, (notes)
EDCS_CC_ID *component_array_ptr (notes)
);

Parameters Notes

prop_array_ptr

 the <Table Property Description> array to be freed

element_array_ptr

 the selected_elements array to be freed

component_array_ptr

 the selected_components array to be freed

Prev: Free Data Table Extents. Next: Get Data Table Constant Signature. Up:Index.