CWindow::GetParent
更新 : 2007 年 11 月
すぐ上の親ウィンドウを取得します。
HWND GetParent( ) const throw();
解説
Windows SDK の「GetParent」を参照してください。
使用例
// The following example attaches a HWND to the CWindow object
// and calls CWindow::GetParent to find out the parent
// window of the window wrapped by CWindow object.
CWindow myWindow;
myWindow.Attach(hWnd);
HWND hWndParent = myWindow.GetParent();
必要条件
ヘッダー : atlwin.h