lq-text: LQT_UnSetTraceFlag

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.

Errors

An attempt to unset flags that were not set produces an error of type E_WARN|E_INTERNAL.

See Also: