共用方式為


CWindow::IsWindow

判斷指定的視窗控制代碼是否識別現有視窗。

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();

需求

Header: atlwin.h

請參閱

參考

CWindow 類別

CWindow::IsWindowEnabled

CWindow::IsWindowVisible

CWindow::IsWindowUnicode

CWindow::IsParentDialog