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