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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.