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();
必要条件
Header: atlwin.h