/*
* STRUCT: SE_PROPERTY_DATA_VALUE_PTR
*
* A wrapper to hold a single pointer. This pointer is used by the
* Level 0 API function SE_GetElementOfDataTable().
*
* pointer_type - indicates the currently valid field of the union "u"
*
* u - union of all of the legal pointers of values for a <Property Value>
* or <Data Table>
*/
} SE_PROPERTY_DATA_VALUE_PTR;
Field Notes
Used only to describe an element within a <Data Table>.
Array of indices into other <Data Tables>, where each indexed
<Data Table> is one of the ordered <Data Table> components of
the current <Data Table>. (The index is used to identify the
target <Data Table> within the ordered list of component
<Data Tables>.)
Used only to describe an element within a <Data Table>.
Array of indices into other <Data Tables>, where each indexed
<Data Table> is one of the <Data Tables> in the <Data Table
Library>. The index is used to identify the target <Data Table>
within the <Data Table Library>.
A value for an enumerated EDCS Attribute Code.
Prev: SE_PROPERTY_DATA_VALUE.
Next: SE_PROPERTY_DATA_VALUE_TYPE_ENUM.
Up:Index