Partilhar via


CWindow::DestroyWindow

A janela for associada com o objeto de CWindow e defina m_hWnd a NULO.

BOOL DestroyWindow( ) throw();

Comentários

Consulte DestroyWindow em Windows SDK.

Não destrói o próprio objeto de CWindow .

Exemplo

//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;

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow