Re: mshtml: Added IHTMLLocation::assign method implementation.
16 May
2014
16 May
'14
8:35 a.m.
HTMLLocation *This = impl_from_IHTMLLocation(iface); - FIXME("(%p)->(%s)\n", This, debugstr_w(bstr)); - return E_NOTIMPL; + TRACE("(%p)->(%s)\n", This, debugstr_w(bstr)); + return HTMLLocation_put_href(iface, bstr);
I don't know if it correct or not, but please use method wrappers when calling from interface pointer instead of calling implementation directly.
4229
Age (days ago)
4229
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov