5.9 ATTR
The ATTR structure defines a concrete type for the identity and values of an attribute.
typedef struct {
ATTRTYP attrTyp;
ATTRVALBLOCK AttrVal;
} ATTR;
-
attrTyp: An attribute.
-
AttrVal: The sequence of values for this attribute.