FileOutputStream_destroy

Destroys a FileOutputStream object returned from the FileOutputStream_newFromFILE or FileOutputStream_newFromName method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void IFAPI FileOutputStream_destroy ( 
    OutputStream   *outputStream);
 

Parameters

outputStream
(IN) Points to the out put stream to destroy.