/*
* STRUCT: SE_PROPERTY_DATA_VALUE
*
* A wrapper to hold a single value. This structure is used to represent
* cells in <Data Tables>, values in <Property Values>, axis values in
* <Enumeration Axis Entries>, and the values of <Literals>.
*
* value_type - indicates the currently valid field of the union "u"
*
* u - union of all of the legal types of values for a <Property Value>
* or <Data Table>
*/
} SE_PROPERTY_DATA_VALUE;
Field Notes
Used only to describe an element within a <Data Table>.
Index into another <Data Table>, where the 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>.
Index into another <Data Table>, where the 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_CHARACTERISTIC_TYPE_ENUM.
Next: SE_PROPERTY_DATA_VALUE_PTR.
Up:Index