Expand Minimize
This topic has not yet been rated - Rate this topic

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.