dam_freeSetOfConditionList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function frees the condition lists allocated by dam_getOptimalIndexAndConditions and dam_getSetOfConditionListsEx. The memory used by this list must be freed once the IP is finished with the execution of the query.
int dam_freeSetOfConditionList
(DAM_HSET_OF_CONDLIST hSetOfCondList)
Parameters for dam_freeSetOfConditionList
| Parameter | Type | Description |
| IN | ||
| hSetOfCondList | DAM_HSET_OF_CONDLIST | The handle to the set of condition lists returned by dam_getSetOfConditionListsEx or by dam_getOptimalIndexAndConditions. |
| RETURN | ||
| int | DAM_SUCCESS - memory freed DAM_FAILURE - error |