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.
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, |