Partager via


CWindow::Attach

Joint la fenêtre identifiée par hWndNew à l'objet d' CWindow .

void Attach(
   HWND hWndNew 
) throw();

Paramètres

  • hWndNew
    [in] Le handle vers une fenêtre.

Exemple

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

Configuration requise

Header: atlwin.h

Voir aussi

Référence

Classe de CWindow

CWindow::Detach