Shut down QWF services and delete the service context
#include <qwf/qwf_interface.h>
void qwf_Cleanup(qwf_Context_t *pCtx);
This function shuts down all QWF services and deallocates the qwf_Context_t structure. The context gets destroyed and the event handlers (if any) become obsolete. After this function returns, no more service event notifications are generated.
This function must be the last QWF function that a client program calls, and it needs to be called only once. Nothing is returned.