This function terminates a Panopticon session that was initialized by init(), and frees allocated system resources. You must call this function when the Panopticon context is no longer required.
KVPanopticonError shutdown(KVPanopticonContext** const context);
context
|
A pointer to a pointer of type |
If the function was successful, it returns KVP_Success
. Otherwise, it returns a KVPanopticonError value describing the problem.
The context value pointed to by context can be NULL.