CComSafeDeleteCriticalSection::m_bInitialized

Flags whether the internal CRITICAL_SECTION object has been initialized.

bool m_bInitialized;

Remarks

The m_bInitialized data member is used to track validity of the underlying CRITICAL_SECTION object associated with the CComSafeDeleteCriticalSection class. The underlying CRITICAL_SECTION object will not be attempted to be released from memory if this flag is not set to true.

Requirements

Header: atlcore.h

See Also

Reference

CComSafeDeleteCriticalSection Class

CComSafeDeleteCriticalSection::Lock

CComSafeDeleteCriticalSection::Init

CComSafeDeleteCriticalSection::Term

Other Resources

CComSafeDeleteCriticalSection Members