dam_getNextValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- 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. |