acltdtDestroyDataItem
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
√ |
Description
Destroys data of the acltdtDataItem type created by calling the acltdtCreateDataItem API.
Prototype
aclError acltdtDestroyDataItem(acltdtDataItem *dataItem)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataItem |
Input |
Pointer to data of the acltdtDataItem type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: acltdtDataItem