CAutoLock::CAutoLock
Microsoft DirectShow 9.0 |
CAutoLock::CAutoLock
Constructor method. The constructor locks the specified critical section object.
Syntax
CAutoLock( CCritSec *plock );
Parameters
plock
Pointer to a CCritSec object, which contains a critical section object.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also