Function: destroy_search_input
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Destroys data of the aclfvSearchInput type created by the acl.fv.create_search_input call.
The
Prototype
- C Prototype
1aclError aclfvDestroySearchInput(aclfvSearchInput *searchInput)
- Python Function
1ret = acl.fv.destroy_search_input(search_input)
Parameter Description
|
Parameter |
Description |
|---|---|
|
search_input |
Int, address of the pointer to the aclfvSearchInput data to destroy. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|