dam_getNextValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the next argument passed into a scalar method implemented by the IP. Use the method dam_getValueOfExp to get the value of the argument.
int64 dam_getNextValExp(
int64 hValExpList)
Table 166: Parameters for dam_getNextValExp
| Parameter | Type | Description |
| IN | ||
| hValExpList | int64 | The argument list handle as passed into the scalar function |
| RETURN | ||
| int64 | The handle to the next argument.or NULL if at the end of the list |