The ATTRVALBLOCK structure defines a concrete type for a sequence of attribute values.
typedef struct {
[range(0,10485760)] ULONG valCount;
[size_is(valCount)] ATTRVAL* pAVal;
} ATTRVALBLOCK;
valCount: The number of items in the pAVal array.
pAVal: The sequence of attribute values.