CCritSec::CCritSec (Compact 2013)
3/26/2014
Constructs a CCritSec object.
Syntax
CCritSec( );
Parameters
None.
Return Value
None.
Remarks
Calls the Win32 InitializeCriticalSection function to set the private critical section member variable.
The destructor calls the Win32 DeleteCriticalSection function.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |