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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Forces any data remaining in buffers to be written to the file attached to the dump context.
void Flush( );
#if _DEBUG
afxDump.Flush();
#endif
Header: afx.h