Extracting Data Table Data
extern SE_STATUS_CODE_ENUM SE_GetElementOfDataTable
SE_DATA_TABLE_EXTENTS extents,
SE_PROPERTY_DATA_VALUE_PTR *result_out_ptr,
char *(*alloc_func_ptr)(SE_UINT16 size)
Returns a single element from each cell (selected_elements & selected_components) for the specified area of interest (extents)
Returned data is placed in the memory area passed as result_out_ptr
- SE_PROPERTY_DATA_VALUE_PTR is a handle to a tagged union of arrays.
- The above array size is specified by the extents parameter.