lq-text: LQT_TraceFlagsSet

LIBRARY int LQTp_TraceFlagsSet (QueryFlags) t_TraceFlag QueryFlags;

Purpose

Determines whether any of a particular group of trace flags are set; if so, a non-zero value is returned, otherwise zero. The flags may have been or'd together, and are defined in the <lqtrace.h> header file. For each such flag, all of the bits set in the flag have been be set in the argument to LQT_TraceFlags in order for it to be considered as being set.

Returns

non-zero if one or more flags satisfies the constraints

See Also:

Notes

This may be implemented as a macro; the prototype shown may in that case have a different name.