dam_freeVal
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This function frees temporary storage created by a call to dam_describeCondEx. This function should be called to free the value handle returned by dam_describeCondEx after the condition data is retrieved. After this call, the value pointed to by the ppData argument to dam_describeCondEx is no longer valid.
void dam_freeVal(
DAM_HVAL hval)
Parameters for dam_freeVal
| Parameter | Type | Description |
| IN | ||
| hval | DAM_HVAL | The value handle. If this is a non-Null value then the associated memory is freed. |
| RETURN | ||
| NONE |