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