CCritSec::~CCritSec
Microsoft DirectShow 9.0 |
CCritSec::~CCritSec
Destructor method.
Syntax
~CCritSec(void);
Remarks
This method calls the Microsoft® Win32® DeleteCriticalSection function to delete the critical section.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also