damex_allocResultBuffer
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method creates a result buffer object and returns it to the IP.
long damex_allocResultBuffer(long hstmt)
Parameters for damex_allocResultBuffer
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to a new result buffer. A 0 is returned if a result buffer could not be allocated. | |