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

See Also