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