Windows objects can be destroyed either by explicitly using the delete operator (which calls the destructor) or by calling the DestroyWindow API function (which destroys the window but not the C++ object). The CWnd::DestroyWindow member function wraps the Windows API. 'Manually closing windows' is ambiguous, and there is no 'CWnd Destroy' member function.