Hi Gabriel,
On 25.06.2020 16:59, Gabriel Ivăncescu wrote:
+struct module_enum {
- IEnumVARIANT IEnumVARIANT_iface;
- LONG ref;
- UINT pos;
- ScriptHost *host;
- ScriptControl *control;
+};
Do you need host reference if you already have control reference?
Thanks,
Jacek