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