FileOutputStream_newFromFILE
Creates a FileOutputStream object from a FILE pointer.
#include "InterfaceFactory.h"
DIRXML_EXPORT
OutputStream * IFAPI FileOutputStream_newFromFILE (
FILE *file);
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.