Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
CComAutoDeleteCriticalSection
Requirements
Header: atlcore.h
See also
CComSafeDeleteCriticalSection Class
CComCriticalSection Class
Class Overview