Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mshtml_private.h:
/* Similar to get_dispid, but called only when a dynamic property can't be found */ HRESULT (*find_dispid)(DispatchEx*,BSTR,DWORD,DISPID*);
- /* Similar to get_dispid, but called called before any other lookup */
Minor typo: extra "called" in comment.
I've been trying to gauge what it would take to use this in my proxy patches, and it seems doable at a glance. Though I might have to add a method for retrieving "jscript flags" of custom props.