CWindow::GetExStyle
Pobiera style okna rozszerzone okna.
DWORD GetExStyle( ) const throw();
Wartość zwracana
Okno extended style.
Uwagi
Pobrać style okien regularnych, call GetStyle.
Przykład
//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();
Wymagania
Nagłówek: atlwin.h