Example 3: <Data Table> Extraction Functions [2 of 4]
SE_STATUS_CODE_ENUM SE_GetDataTable
const SE_DATA_TABLE_EXTENTS *extents_ptr,
const EDCS_AC_ID selected_elements[],
const EDCS_CC_ID selected_components[],
SE_PROPERTY_DATA_VALUE **data_out_ptr
Returns data as an array of SE_PROPERTY_DATA_VALUEs.
element_count, selected_elements & selected_components can be from SE_GetDataTableSignature() or a subset of elements from the list of elements.
extents_ptr can be set from SE_GetDataTableExtents() or can be a sub-extents.
Returned data is placed in the memory area passed as data_out_ptr and managed by store_in.