aclopSetAttrBool
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the value (a scalar of the bool type) of an attribute.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
attr |
Output |
Pointer to data of the aclopAttr type. Call aclopCreateAttr to create data of the aclopAttr type in advance. |
attrName |
Input |
Pointer to the attribute name. |
attrValue |
Input |
Attribute value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclopAttr