thqby / ahk2_lib

MIT License
222 stars 31 forks source link

[WebView2] Invalid return type #64

Closed lstrfwp closed 1 week ago

lstrfwp commented 2 weeks ago

https://github.com/thqby/ahk2_lib/blob/3e14dde6359c46ebe8bc79795c585191eaf83498/WebView2/WebView2.ahk#L833

I think it should be: return (ComCall(28, this, 'uint', len, 'ptr', items, 'ptr*', objectCollection := WebView2.ObjectCollection()), objectCollection)

thqby commented 2 weeks ago

Yes