CWindow::IsWindow
지정 된 창 핸들에서 기존 창을 식별 하는지 여부를 결정 합니다.
BOOL IsWindow( ) throw();
설명
참조 IsWindow 에 있는 Windows SDK.
예제
//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