Add an attribute to a binding permission builder, based on a raw buffer.
- Parameters
-
self | The binding permission builder. If NULL, no action is taken. |
type | The ID of the Attribute. See DOFObjectIDAttributeType. Valid numeric range is 0 <= type <= 127. |
valueSize | Size, in byte count, of the supplied Attribute's data. |
value | The Attribute's data. This should not be NULL if valueSize > 0. |
- Returns
- boolean TRUE, if the attribute could be added; FALSE, if it failed to be added.