CWnd::GetDescendantWindow
Visual Studio 2008
Call this member function to find the descendant window specified by the given ID.
CWnd* GetDescendantWindow( int nID, BOOL bOnlyPerm = FALSE ) const;
Call this member function to find the descendant window specified by the given ID.
CWnd* GetDescendantWindow( int nID, BOOL bOnlyPerm = FALSE ) const;
Specifies the identifier of the control or child window to be retrieved.
Specifies whether the window to be returned can be temporary. If TRUE, only a permanent window can be returned; if FALSE, the function can return a temporary window. For more information on temporary windows see Technical Note 3.