retep998 / wio-rs

Windows things for Rust
Apache License 2.0
52 stars 14 forks source link

Improve from_fn and add com_ptr_from_fn macro #23

Open Osspial opened 4 years ago

Osspial commented 4 years ago

This PR implements the suggestions I made for from_fn in the Rust Community Discord, with some further iterations. Namely:

It also adds a com_ptr_from_fn function that generalizes from_fn for COM functions that output multiple COM objects (such as ICallFactory::CreateCall).