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