Share via


CCritSec::m_lockCount

 
Microsoft DirectShow 9.0

CCritSec::m_lockCount

Number of outstanding locks on this object.

Syntax

  DWORD m_lockCount;

Remarks

This member variable is defined only in the debug version of the base class. TheCritical Section Debugging Functions functions use this member.

Requirements

**  Header:** Declared in Wxutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also