Jacek Caban (@jacek) commented about dlls/jscript/jscript.h:
#endif
+struct prop_desc {
- const struct prop_desc_vtbl *vtbl;
- jsdisp_t *jsdisp;
- DISPID id;
+};
Do we need this struct? dispex.c callers already know jsdisp and id and the usual way to pass them to vtbl functions is by passing two arguments.