API int
LQT_UnSetTraceFlag
(theFlag)
t_TraceFlag theFlag;
Purpose
The given flag is removed from the current lq-text trace flags. You can combine multiple flag values using bitwise or.
This routine can be used in conjunction with LQT_GetĀTraceĀFlags to unset all of the current flags.
Returns
1 if any of the given flags were set, and 0 otherwise.