aclfvDel
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
☓ |
|
|
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
Function
Deletes a specified feature from a repository. Only one feature can be deleted from the repository at a time. This API is not involved in the N:M scenario.
Prototype
1
|
aclError aclfvDel(aclfvFeatureInfo *featureInfo) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
featureInfo |
Input |
Pointer to the feature description. For details about the type definition, see aclfvFeatureInfo. Call the aclfvCreateFeatureInfo API to create data of the aclfvFeatureInfo type in advance. |
Returns
0 on success; otherwise, failure. For details, see aclError.