aclmdlDestroyDataset
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys data of the aclmdlDataset type created by the aclmdlCreateDataset call.
Prototype
aclError aclmdlDestroyDataset(const aclmdlDataset *dataset)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataset |
Input |
Pointer to data of the aclmdlDataset type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclmdlDataset