Regarding XML Parsing

Posted by Anjan on Stack Overflow See other posts from Stack Overflow or by Anjan
Published on 2010-04-08T11:19:20Z Indexed on 2010/04/08 11:23 UTC
Read the original article Hit count: 303

Filed under:
|
|
I am using IXMLDOMNodeListPtr , IXMLDOMNodePtr , IXMLDOMElementPtr and IXMLDOMDocPtr.  I am having little confusion over here i.e. Should i have to call Release() on these pointers before they go out of scope.

Thanks.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about c++