Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mshtml_private.h:
typedef struct DispatchEx DispatchEx;
+/**
- vtable for DispatchEx, used for overriding default implementation of IDispatchEx, except for
- those specifically noted.
- */
typedef struct {
- /* Handler for `InvokeEx` with specifically DISPID_VALUE dispid. */
These comments should go in a separate MR though. Not sure how useful the one for value is, since it's used in one place so it can be looked up.