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