ynkdir / py-win32more

Python bindings for Win32 API generated from win32metadata.
MIT License
112 stars 13 forks source link

Feature Requiest: Implementation of interfaces #24

Closed sotanakamura closed 11 months ago

sotanakamura commented 11 months ago

To auther WinRT APIs, we need to inplement interfaces such as IStringable. How can we implement interfaces?

ynkdir commented 11 months ago

See win32more._winrt.MulticastDelgate. It implements com interface.

sotanakamura commented 11 months ago

Thank you, I got it. I think it should be an easier way like C# though.