aclopSetAttrDataType

Description

Sets the data type of a specified attribute.

Prototype

aclError aclopSetAttrDataType(aclopAttr *attr, const char *attrName, aclDataType attrValue)

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

The value 0 indicates success, and other values indicate failure. For details, see aclError.