Function: destroy_search_result
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Destroys data of the aclfvSearchResult type created by the acl.fv.create_search_result call.
The
Prototype
- C Prototype
1aclError aclfvDestroySearchResult(aclfvSearchResult *searchResult)
- Python Function
1ret = acl.fv.destroy_search_result(search_result)
Parameter Description
|
Parameter |
Description |
|---|---|
|
search_result |
Int, address of the pointer to the aclfvSearchResult data to destroy. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|