On Fri Apr 12 16:37:32 2024 +0000, Gabriel Ivăncescu wrote:
Yes the new "proxy functions" on jscript side don't use this interface (and so, neither accessors). But I meant using it on objects' DISPID_VALUE. Simplest example is probably imagine calling InvokeEx on a jscript proxy. It will end up in jsdisp_call_value which needs to forward it to the mshtml object. Of course, the interface could probably be simplified, but we'll still have to pass the "this" pointer separately.
Why would we ever want to pass it to any MSHTML object?