tristanlabelle / swift-winrt

A Swift Projection for WinRT APIs
MIT License
17 stars 2 forks source link

Make IUnknownProtocol._queryInterface(_ id: COMInterfaceID) generic #113

Closed tristanlabelle closed 6 months ago

tristanlabelle commented 6 months ago

It should take the struct type of the queried interface and return a COMReference to that.