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