acltdtGetDataAddrFromItem
The
Description
Obtains the buffer address of normal data.
Prototype
void *acltdtGetDataAddrFromItem(const acltdtDataItem *dataItem)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataItem |
Input |
Pointer to data of the acltdtDataItem type. Call acltdtCreateDataItem to create data of the acltdtDataItem type in advance. |
Returns
Buffer address of normal data.
Parent topic: acltdtDataItem