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