Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.19 KB

destroying-window-objects.md

File metadata and controls

26 lines (17 loc) · 1.19 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Destroying Window Objects
Destroying Window Objects
11/04/2016
frame windows [MFC], destroying
window objects [MFC], deleting
window objects [MFC], destroying
window objects [MFC], removing
3241fea0-c614-4a25-957d-20f21bd5fd0c

Destroying Window Objects

Care must be taken with your own child windows to destroy the C++ window object when the user is finished with the window. If these objects are not destroyed, your application will not recover their memory. Fortunately, the framework manages window destruction as well as creation for frame windows, views, and dialog boxes. If you create additional windows, you are responsible for destroying them.

What do you want to know more about

See also

Window Objects