qwf_Cleanup()

Shut down QWF services and delete the service context

Synopsis:

#include <qwf/qwf_interface.h>
void qwf_Cleanup(qwf_Context_t *pCtx);

Arguments:

pCtx
A pointer to the QWF service context created by qwf_Init()

Library:

qwf_interface

Description:

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.