IXMLDOMDocument3Ptr to IXMLDOMDocument3* conversion

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
Im working with msxml6.dll interfaces and I need to convert IXMLDOMDocument3Ptr to IXMLDOMDocument3* or the opposite, because I have 2 differents functions, one for validating XML against XSD which accept IXMLDOMDocument3Ptr as parameter
and the other for transforming XML DOM using XSLT which accept IXMLDOMDocument3* as parameter.
I already tried casting the one to the other and call to QueryInterface, but none worked.
Thanks in advance for any help. <hr class="sig the world is mine

View the full article
 
Back
Top