Share via


CCritSec::CCritSec

Constructs a CCritSec object.

CCritSec( );

Return Values

No return value.

Remarks

Calls the Microsoft® Win32® InitializeCriticalSection function to set the private critical section member variable. The destructor calls the Win32 DeleteCriticalSection function.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.