CDocument::ReleaseFile

This member function is called by the framework to release a file, making it available for use by other applications. If bAbort is TRUE, ReleaseFile calls CFile::Abort, and the file is released. CFile::Abort will not throw an exception.

Syntax

virtual void ReleaseFile( CFile* pFile, BOOL bAbort );

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, CDocTemplate, CFile::Close, CFile::Abort