rrDestroyContext
Destroys RR API context.
Destroys all the global resources used by the RR session. Further calls with this context are prohibited.
RRError rrDestroyContext( |
RRContext* context); |
Applies to
All supported backends
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
context |
input |
API context. |
Return
Returns an error in case of a failure, or RR_Success otherwise.