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