Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.78 KB

ccomautodeletecriticalsection-class.md

File metadata and controls

41 lines (27 loc) · 1.78 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: CComAutoDeleteCriticalSection Class
CComAutoDeleteCriticalSection Class
11/04/2016
CComAutoDeleteCriticalSection
atlcore/ATL::CComAutoDeleteCriticalSection
CComAutoDeleteCriticalSection class
2396dbea-1c60-4841-b50e-c4e18af311a3

CComAutoDeleteCriticalSection Class

This class provides methods for obtaining and releasing ownership of a critical section object.

Syntax

class CComAutoDeleteCriticalSection : public CComSafeDeleteCriticalSection

Remarks

CComAutoDeleteCriticalSection derives from the class CComSafeDeleteCriticalSection. However, CComAutoDeleteCriticalSection overrides the Term method to private access, which forces internal memory cleanup to occur only when instances of this class go out of scope or are explicitly deleted from memory.

This class introduces no additional methods over its base class. See CComSafeDeleteCriticalSection and CComCriticalSection for more information on critical section helper classes.

Inheritance Hierarchy

CComCriticalSection

CComSafeDeleteCriticalSection

CComAutoDeleteCriticalSection

Requirements

Header: atlcore.h

See also

CComSafeDeleteCriticalSection Class
CComCriticalSection Class
Class Overview