qwf_QueryActiveService()

Updated: April 19, 2023

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_interface

Description:

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.