sqlu_createDataChain
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function creates a data structure for passing chunked data from the IP to the OpenAccess SDK layer.
DataChainList * sqlu_createDataChain(
XM_Tree * pMemTree)
Parameters for sqlu_createDataChain
| Parameter | Type | Description |
| INPUT | ||
| pMemTree | XM_Tree * | Memory tree to use for creating the new item for the chain. |
| RETURN | ||
| DataChainList * | A valid pointer if a DataChainList object was successfully created. A NULL if an error occurred. |