CCritSec::m_fTrace
Microsoft DirectShow 9.0 |
CCritSec::m_fTrace
Boolean value that specifies whether to trace this lock.
Syntax
BOOL m_fTrace;
Remarks
This member variable is defined only in the debug version of the base class. If the value is TRUE, a trace of the lock state is written to the debug log. (Debug logging for critical sections must be active.) For more information, see DbgLockTrace.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also