Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CAMThread::m_AccessLock
Critical section that locks the thread from being accessed by other threads.
Syntax
CCritSec m_AccessLock;
Remarks
The CAMThread::Create and CAMThread::CallWorker methods hold this lock, to serialize operations on the thread.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also