Freigeben über


CWindow::Attach

Fügt das an, das von hWndNew zum CWindow-Objekt identifiziert wird.

void Attach( 
   HWND hWndNew  
) throw();

Parameter

  • hWndNew
    [in] Das Handle für ein Fenster.

Beispiel

//The following example attaches an HWND to the CWindow object
HWND hWnd  = ::GetDesktopWindow();
CWindow myWindow;
myWindow.Attach(hWnd);

Anforderungen

Header: atlwin.h

Siehe auch

Referenz

CWindow Class

CWindow::Detach