Partager via


CWindow::GetTopWindow

Extrait la fenêtre enfant de niveau supérieur.

HWND GetTopWindow( ) const throw();

Notes

Consultez GetTopWindow dans Kit de développement logiciel Windows.

Exemple

//The following example attaches an HWND to the CWindow object and  
//calls CWindow::GetTopWindow() to get the top-level child window

CWindow myWindow;
myWindow.Attach(hWnd);
HWND hWndFavoriteChild = myWindow.GetTopWindow();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

CWindow, classe

CWindow::GetWindow