Flushes the object's internal buffer to its destination IStream/string. This flushing occurs when one of the following conditions is met:
output
property is set to a destination.endDocument()
event is called.flush()
method is called.oMXXMLWriter.flush
Avoid handling the underlying IStream
object during output (for example, direct writing). When using the flush
method, the exact position within the generated document is not generally known. If the flush
method is called, all output that has been processed is put into the underlying IStream
/ISequentialStream
object.
HRESULT flush ( );
S_OK
Avoid handling the underlying IStream
object during output (for example, direct writing). When using the flush
method, the exact position within the generated document is not generally known. If the flush
method interrupts MXXMLWriter
output, all output that has been processed is put into the underlying IStream
/ISequentialStream
object.
To view reference material for Visual Basic or C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: MXXMLWriter CoClass