5.10 ATTRBLOCK

The ATTRBLOCK structure defines a concrete type for a set of attributes and their values.

 typedef struct {
   [range(0,1048576)] ULONG attrCount;
   [size_is(attrCount)] ATTR* pAttr;
 } ATTRBLOCK;

attrCount: The number of items in the pAttr array.

pAttr: An array of attributes and their values.