CAutoLock::CAutoLock (Compact 2013)
3/26/2014
Takes a pointer to a critical section object and locks it.
Syntax
CAutoLock(
CCritSec* plock
);
Parameters
- plock
Pointer to a critical section object.
Return Value
None.
Remarks
The critical section is unlocked when the CAutoLock object is destroyed.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |