FileOutputStream_newFromFILE

Creates a FileOutputStream object from a FILE pointer.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 OutputStream * IFAPI FileOutputStream_newFromFILE ( 
    FILE   *file);
 

Parameters

file
(IN) Points to a FILE structure to create into an output stream object.

Remarks

This method should be used with the XmlDocument::writeDocument or the XmlDocument::getXmlWriter method from NativeInterface.h.

The passed FILE must be opened for writing.