CWindow::GetDescendantWindow
所定の識別子で指定された下位ウィンドウを検索します。
HWND GetDescendantWindow(
int nID
) const throw();
パラメーター
- nID
[入力] 取得する下位ウィンドウの識別子。
戻り値
下位ウィンドウを識別するハンドルを返します。
解説
GetDescendantWindow は、すぐ下の子ウィンドウだけでなく、子ウィンドウのツリー全体を検索します。
必要条件
**ヘッダー:**atlwin.h