acltdtDestroyDataItem
The
Description
Destroys data of the acltdtDataItem type created by the acltdtCreateDataItem call.
Prototype
aclError acltdtDestroyDataItem(acltdtDataItem *dataItem)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataItem |
Input |
Pointer to data of the acltdtDataItem type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acltdtDataItem