aclrtDestroyContext
Applicable Products
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Destroys a context and releases the associated resources. Only the context created by calling the aclrtCreateContext API can be destroyed.
Prototype
1 | aclError aclrtDestroyContext(aclrtContext context) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
context |
Input |
Context to destroy. For details about the type definition, see aclrtContext. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Context Management