CWindow::IsWindow
更新 : 2007 年 11 月
指定されたウィンドウ ハンドルが既存のウィンドウを識別しているどうかを判断します。
BOOL IsWindow( ) throw();
解説
Windows SDK の「IsWindow」を参照してください。
使用例
//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();
必要条件
ヘッダー : atlwin.h