On Tue Jul 23 12:05:13 2024 +0000, Fabian Maurer wrote:
You seem to have a pretty big bug in your code - I'd recommend a bunch of simple tests to make sure everything is correct.
5632b1a4-e38a-400a-928a-d4cd63230295 interface IEnumObjects : IUnknown
According to me it should be
5632b1a4-e38a-400a-928a-d4cd63230295 interface IObjectCollection : IObjectArray 2c1c7e2e-2d0e-4059-831e-1e6f82335c2e interface IEnumObjects : IUnknown
Please be careful with your uuids.
I have confirmed this bug, certainly I have confused the GUID of the interface, thanks for pointing it out.