Microsoft DirectX 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.

See Also