dam_getNextValExp
- Last Updated:Dec 03, 2024
- 1 minute read
- OpenAccess SDK
- Documentation
This function gets the next argument passed into a scalar function implemented by the IP.
Use the function dam_getValueOfExpEx to get the value of the argument.
DAM_HVALEXP dam_getNextValExp(
DAM_HVALEXP_LIST hValExpList)
Parameters for dam_getNextValExp
Parameter | Type | Description |
IN | ||
hValExpList | DAM_HVALEXP_LIST | The argument list handle as passed into the scalar function. |
RETURN | ||
DAM_HVALEXP | The handle to the next argument or NULL if at end of the list. |