J
Jim G
How do you set an interop managed class instance to an
actual com created instance.
why doesn't this work????
CComPtr<IHTMLDocument2> spDoc;
mshtml::IHTMLDocument2* doc=(mshtml::IHTMLDocument2*)
spDoc.p;
Thank you for your help
actual com created instance.
why doesn't this work????
CComPtr<IHTMLDocument2> spDoc;
mshtml::IHTMLDocument2* doc=(mshtml::IHTMLDocument2*)
spDoc.p;
Thank you for your help