aclrtDestroyStreamConfigHandle
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
x |
|
x |
|
x |
Description
Destroys data of the aclrtStreamConfigHandle type created by calling aclrtCreateStreamConfigHandle.
Prototype
aclError aclrtDestroyStreamConfigHandle(aclrtStreamConfigHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Pointer to the aclrtStreamConfigHandle type to be destroyed. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclrtStreamConfigHandle