Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Recupera gli stili estesi della finestra.
DWORD GetExStyle( ) const throw();
Valore restituito
Gli stili estesi della finestra.
Note
Per recuperare gli stili normale della finestra, chiamare GetStyle.
Esempio
//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();
Requisiti
Header: atlwin.h