CDocument::PreCloseFrame

This member function is called by the framework before the frame window is destroyed. You can override this function to provide custom cleanup, but be sure to call the base class as well.

Syntax

virtual void PreCloseFrame( CFrameWnd* pFrame );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDocument Overview, CDocument Member Functions, Application Architecture Classes