DestroyContext
Description
Destroys all resources in the context.
Ensure that this API is called after all operations that use the context are destroyed. For details, see DestroyOperation.
Definition
1 | Status DestroyContext(Context *context); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
context |
Input |
Level-1 pointer to a context. |
Returns
Type |
Input/Output |
Description |
|---|---|---|
Status |
Output |
Status value. If the setting is successful, NO_ERROR is returned. In the case of a failure, see ErrorType. |
Parent topic: atb/context.h