Partager via


CWindow::DestroyWindow

Perd la fenêtre associé à l'objet d' CWindow et définit m_hWnd à NULL.

BOOL DestroyWindow( ) throw();

Notes

Consultez DestroyWindow dans Kit de développement logiciel Windows.

Il ne supprime pas l'objet d' CWindow lui-même.

Exemple

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::DestroyWindow() to destroy the window

CWindow myWindow;
myWindow.Attach(hWndChild);
//call the CWindow wrappers

myWindow.DestroyWindow();
hWndChild = NULL;

Configuration requise

Header: atlwin.h

Voir aussi

Référence

Classe de CWindow