aclfvDestroyFeatureInfo
The
The
Description
Destroys data of the aclfvFeatureInfo type created by the aclfvCreateFeatureInfo call.
Prototype
aclError aclfvDestroyFeatureInfo(aclfvFeatureInfo *featureInfo)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
featureInfo |
Input |
Pointer to data of the aclfvFeatureInfo type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclfvFeatureInfo