On Thu Jul 25 20:42:38 2024 +0000, Elizabeth Figura wrote:
We need the same annotations as native for anything that's remotable, which this is, and especially for anything that's in a native typelib, which this also is. That means that we do indeed need the [local] before Next, as Fabian has it, with the same size_is and length_is on "rgelt", and we also need the RemoteNext method.
Okay, you know that stuff better than me. _redacts some pieces from my above post_
So native also has that null-deref length_is clause? I guess that's a bug in native, then. Better do the same, wouldn't be the first blatant bug Wine reproduces.
This MR's scope sure is growing... we can at least leave RemoteNext as E_NOTIMPL or something for now, right?