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