CWindow::GetStyle
창의 창 스타일을 검색합니다.
DWORD GetStyle( ) const throw();
반환 값
창 스타일입니다.
설명
확장된 창 스타일을 검색 하려면 호출 GetExStyle.
예제
//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();
요구 사항
헤더: atlwin.h