aclfvDestroyInitPara
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
x |
|
√ |
|
x |
Description
Destroys data of the aclfvInitPara type created by calling aclfvCreateInitPara.
The
Prototype
aclError aclfvDestroyInitPara(aclfvInitPara *initPara)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
initPara |
Input |
Pointer to data of the aclfvInitPara type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclfvInitPara