Document_destroyInstance

Destroys an interface returned from the Document_new method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void IFAPI Document_destroyInstance (
    NAMESPACE(DOM)Document   *document);
 

Parameters

document
(IN) Points to the document interface to destroy.