aclmdlDestroyDataset
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
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclmdlDataset