Example 3: <Data Table> Extraction Functions [2 of 4]
SE_Status_Code SE_GetDataTable
const SE_Data_Table_Sub_Extent *extents_ptr,
SE_Integer_Positive element_count,
const SE_Integer_Positive tbl_prop_descr_num[],
SE_Property_Data_Value **data_out_ptr
Returns data as an array of SE_Property_Data_Value.
element_count and tbl_prop_descr_num can be from SE_GetDataTableSignature() or a subset of elements from the list of elements.
extents_ptr can be set from SE_GetDataTableSubExtent() or can be a user defined sub-extents of this.
Returned data is placed in the memory area passed as data_out_ptr and managed by store_in.