CWindow::IsWindow
Determina se l'handle della finestra specificato identifica una finestra esistente.
BOOL IsWindow( ) throw();
Note
Vedere IsWindow in Windows SDK.
Esempio
//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();
Requisiti
Header: atlwin.h