CWindow::DestroyWindow
Niszczy okno skojarzonych z CWindow obiektu i zestawy m_hWnd do NULL.
BOOL DestroyWindow( ) throw();
Uwagi
Zobacz DestroyWindow w Windows SDK.
Nie zniszczy CWindow samego obiektu.
Przykład
//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;
Wymagania
Nagłówek: atlwin.h