<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/trace.c">
<Name>LQT_GetTraceFlags</Name>
<Class>Tracing
<Purpose>
<P>Returns the current value of the lq-text trace flags.
The various flag values are defined in the <h>lqtrace.h</h> header
file, and may be combined (using bitwise or) in any combination.</P>
<P>The value returned by LQT_GetTraceFlags should not normally be used
by itself in diagnostic or error messages.
Instead, use LQT_GetTraceFlagsAsString, which provides a more
readable value for humans.</P>
<Returns>
the current lq-text trace flags, or'd together
<SeeAlso>
LQT_Trace
LQT_SetTraceFlag
LQT_UnSetTraceFlag
LQT_SetTraceFlagsFromString
</Function>
<Decl>
API t_TraceFlag
LQT_GetTraceFlags()
</Decl>
</Entry>
