InputSource_destroy

Destroys a SAX input source instance returned from the InputSource_new method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void IFAPI InputSource_destroy ( 
    NAMESPACE(SAX)InputSource   *inputSource);
 

Parameters

inputSource
(IN) Points to the input source to destroy.