contextfree / winrt-rust

Use and (eventually) make Windows Runtime APIs with Rust
Apache License 2.0
142 stars 10 forks source link

Provide the IInitializeWithWindow interface #70

Open Boddlnagg opened 5 years ago

Boddlnagg commented 5 years ago

See https://devblogs.microsoft.com/oldnewthing/20190412-00/?p=102413 for an example for what it can be used for.

Ideally it would be included in winapi-rs and reexported from winrt-rust, but it looks like currently it's not in winapi-rs.