CWindow::GetDescendantWindow

HWND GetDescendantWindow( int nID ) const;

Return Value

The handle to a descendant window.

Parameters

nID

[in] The identifier of the descendant window to be retrieved.

Remarks

Finds the descendant window specified by the given identifier. GetDescendantWindow searches the entire tree of child windows, not only the windows that are immediate children.

CWindow OverviewClass Members

See Also   CWindow::GetDlgItem