次の方法で共有


CComAutoCriticalSection クラス

CComAutoCriticalSection は、クリティカル セクション オブジェクトの所有権を取得および解放するメソッドを提供します。

class CComAutoCriticalSection : public CComCriticalSection

メンバー

50yhb8t7.collapse_all(ja-jp,VS.110).gifパブリック コンストラクター

名前

説明

CComAutoCriticalSection::CComAutoCriticalSection

コンストラクターです。

CComAutoCriticalSection::~CComAutoCriticalSection

デストラクターです。

解説

CComAutoCriticalSectionCComAutoCriticalSection が自動的にコンストラクターのクリティカル セクション オブジェクトを初期化する以外に似ています CComCriticalSectionを基準に並べ替える。

通常、typedef の名前 AutoCriticalSectionによって CComAutoCriticalSection を使用します。CComMultiThreadModel が使用されている場合に、この名前参照 CComAutoCriticalSection

CComCriticalSection から InitTerm のメソッドは、このクラスを使用する場合は利用できません。

継承階層

CComCriticalSection

CComAutoCriticalSection

必要条件

Header: atlcore.h

参照

関連項目

CComFakeCriticalSection クラス

CComCriticalSection クラス

その他の技術情報

ATL クラスの概要