CWindow::GetStyle
Pobiera style okien okna.
DWORD GetStyle( ) const throw();
Wartość zwracana
Style okien.
Uwagi
Pobrać style okien rozszerzone, call GetExStyle.
Przykład
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetStyle() to retrieve the styles of the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwStyles = myWindow.GetStyle();
Wymagania
Nagłówek: atlwin.h