CWindow::GetDescendantWindow

查找子代窗口指定由给定标识符。

HWND GetDescendantWindow(
   int nID 
) const throw();

参数

  • nID
    [in]要检索的子代窗口的标识符。

返回值

句柄子代窗口。

备注

GetDescendantWindow 搜索子窗口,是直接子项不仅的窗口整个树。

要求

Header: atlwin.h

请参见

参考

CWindow选件类

CWindow::GetDlgItem