次の方法で共有


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

参照

参照

CWindow クラス

CWindow::SetParent

その他の技術情報

CWindow のメンバ