<div dir="ltr"><div>Hi all,</div><div>in recent FFI, I tried to evaluate the example in Win32Window comment.</div><div>I would expect (Win32Window getFocus) to return an instance of Win32Window.</div><div>But it returns a (Small)Integer.</div><div>Using (Win32Window new value: Win32Window getFocus) as a workaround does not work either, we cannot send getDC to it, because Win32Window new returns an instance of Win32Handle, not Win32Window... Because externalType has not been (*auto)generated for subclasses of Win32Handle... Probably because they have no (MC) method definition recognized as isExternalStructureFieldDefinition...</div><div>How to make simple examples like this work?</div><div><br></div><div>Nicolas<br></div><div><br> </div></div>