次の方法で共有


CStatic::CStatic

CStatic オブジェクトを構築します。

CStatic( );

使用例

// Create a static object on the stack.
CStatic myStatic;

// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;

必要条件

ヘッダー: afxwin.h

参照

関連項目

CStatic クラス

階層図

CStatic::Create