CCritSec::Unlock
Microsoft DirectShow 9.0 |
CCritSec::Unlock
The Unlock method unlocks the critical section object.
Syntax
void Unlock(void);
Remarks
This method calls the Microsoft® Win32® LeaveCriticalSection method. Call this method once for each call to the CCritSec::Lock method.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also