CWindow::GetExStyle
Ruft die erweiterten Fensterstile des Fensters ab.
DWORD GetExStyle( ) const throw();
Rückgabewert
Die erweiterten Stile des Fensters.
Hinweise
Um die regulären Fensterstile abzurufen, rufen Sie GetStyle auf.
Beispiel
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetExStyle() to retrieve the extended styles of
//the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwExStyles = myWindow.GetExStyle();
Anforderungen
Header: atlwin.h