CWindow::IsWindow
Détermine si le handle de fenêtre spécifiée identifie une fenêtre existante.
BOOL IsWindow( ) throw();
Notes
Consultez l' IsWindow dans Kit de développement logiciel Windows.
Exemple
//The following example attaches an HWND to the CWindow object and
//calls CWindow::IsWindow() to verify if the HWND corresponds
//to an existing window
CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bWindow = myWindow.IsWindow();
Configuration requise
Header: atlwin.h