Example 3: <Data Table> Extraction Functions [4 of 4]
SE_STATUS_CODE_ENUM SE_GetElementOfDataTable
const SE_DATA_TABLE_EXTENTS *extents_ptr,
SE_PROPERTY_DATA_VALUE_PTR *result_out_ptr
Data is organized as a SE_PROPERTY_DATA_VALUE_PTR which is a handle to a tagged union of arrays.
Only one element may be extracted at one time.
extents_ptr and element_count can be set from SE_GetDataTableExtents() or can be modified to define a sub-extents.
Returned data is placed in the memory area passed as data_out_ptr and managed by store_in.