skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_freeVal
 

dam_freeVal

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)
Table 97. 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

See also

*dam_describeCondEx