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