CStatic::CStatic
建構 CStatic 物件。
CStatic( );
範例
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
需求
Header: afxwin.h
建構 CStatic 物件。
CStatic( );
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Header: afxwin.h