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 a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
헤더: afxwin.h