dam_freeSetOfConditionList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method 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(
int64 hSetOfCondList)
Parameters for dam_freeSetOfConditionList
| Parameter | Type | Description |
| IN | ||
| hSetOfCondList | int64 | The handle to the set of condition lists returned by dam_getOptimalIndexAndConditions or dam_getSetOfConditionListsEx. |
| RETURN | ||
| int | DAM_SUCCESS – memory freed DAM_FAILURE – error |