acltdtAddDataItem
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
√ |
Description
Adds an acltdtDataItem to acltdtDataset.
Prototype
aclError acltdtAddDataItem(acltdtDataset *dataset, acltdtDataItem *dataItem)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataset |
Output |
Pointer to the acltdtDataset address of the acltdtDataItem to be added. Call the acltdtCreateDataset API to create data of the acltdtDataset type in advance. |
dataItem |
Input |
Pointer to the acltdtDataItem address to be added. Call acltdtCreateDataItem to create data of the acltdtDataItem type in advance. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: acltdtDataset