qwf_QueryActiveService()
Query the active QWF services
Synopsis:
#include <qwf/qwf_interface.h>qwf_Service_e qwf_QueryActiveService(qwf_Context_t *pCtx)Arguments:
- pCtx
- A pointer to the QWF service context created by qwf_Init() or qwf_InitializeCore()
Library:
qwf_interfaceDescription:
This function reports which QWF services are currently running, by returning a bitfield representing the active services.
Returns:
A bitfield indicating which QWF services are active. The individual flags in this field are qwf_Service_e constants.
Page updated:
