aclfvModify
Applicability
|
Product |
Supported |
|---|---|
|
|
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
Description
Modifies a specified feature in a repository. Only one feature in the repository can be modified at a time. This API does not apply to the N:M mode.
Prototype
aclError aclfvModify(aclfvFeatureInfo *featureInfo)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
featureInfo |
Input |
Pointer to the feature description. Call aclfvCreateFeatureInfo to create data of the aclfvFeatureInfo type in advance. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
This API call automatically creates a stream for synchronous task execution within the API. When the tasks are complete, the stream is automatically destroyed.
Hardware has restrictions on the total number of streams. For details, see aclrtCreateStream.