CComSafeDeleteCriticalSection::Init

 

Calls the base class implementation of Init and sets m_bInitialized to true if successful.

Syntax

HRESULT Init() throw();

Return Value

Returns the result of CComCriticalSection::Init.

Requirements

Header: atlcore.h

See Also

CComSafeDeleteCriticalSection Class