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
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
CStatic オブジェクトを構築します。
CStatic( );
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
ヘッダー: afxwin.h