Example 5: Inserting data into the <Data Table>
SE_Return_Code SE_AllocDataTable
SE_Data_Table_Sub_Extent *sub_extent,
SE_Integer_Unsigned element_count,
const SE_Integer_Positive tbl_prop_descr_num[],
const SE_Data_Table_Data **dt_data_ptr
Data is organized the same as for SE_GetDataTableData(); as an array of SE_Data_Table_Data structures which each point to an array of data for the element.
As a convenience for allocating these arrays, the function SE_AllocDataTableData is provided.
The dt_data_ptr is set with the memory managed by the Store passed in.