On Mon Nov 18 08:01:09 2024 +0000, Zhiyi Zhang wrote:
Let's use IUnknown_AddRef( *out ); instead of IUnknown_AddRef( iface ); here. Same for other places.
Done, but I had to use `IUnknown_AddRef((IUnknown *)*out)` instead, as `unknwn.h` defines `WIDL_C_INLINE_WRAPPERS.