CArchive::Abort

This method closes the archive without throwing an exception. The CArchive destructor will normally call CArchive::Close, which will flush any data that has not been saved to the associated CFile object. This can cause exceptions.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void Abort( );

See Also

CArchive::Close, CArchive::Flush