aclopSetAttrListInt
产品支持情况
功能说明
设置int64_t类型列表的属性值。
函数原型
aclError aclopSetAttrListInt(aclopAttr *attr, const char *attrName, int numValues, const int64_t *values)
参数说明
|
需提前调用aclopCreateAttr接口创建aclopAttr类型。 |
||
返回值说明
返回0表示成功,返回其他值表示失败,请参见aclError。
设置int64_t类型列表的属性值。
aclError aclopSetAttrListInt(aclopAttr *attr, const char *attrName, int numValues, const int64_t *values)
|
需提前调用aclopCreateAttr接口创建aclopAttr类型。 |
||
返回0表示成功,返回其他值表示失败,请参见aclError。