Microsoft DirectX 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. The Critical Section Debugging Functions functions use this member.

See Also