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