CStatic::CStatic
Erstellt ein CStatic-Objekt.
CStatic( );
Beispiel
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Anforderungen
Header: afxwin.h
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Erstellt ein CStatic-Objekt.
CStatic( );
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Header: afxwin.h