CDumpContext::Flush

Forces any data remaining in buffers to be written to the file attached to the dump context.

void Flush( );

Example

#if _DEBUG
   afxDump.Flush();
#endif

Requirements

Header: afx.h

See Also

Reference

CDumpContext Class

Hierarchy Chart