API int
LQT_ForEachTraceFlag
(CallMe)
void (* CallMe)(
#ifdef HAVE_PROTO
char *Name,
unsigned int Value,
int isSet
#endif
);
Purpose
Calls the given function for each available trace flag. The integer argument IsSet passed to the function is non-zero for those flags that are set in the current trace flags, and zero for the others.
The flags are defined in the <lqtrace.h> header file.
Returns
zero.
See Also: