contextfree / winrt-rust

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

Improve arrays #24

Closed Boddlnagg closed 7 years ago

Boddlnagg commented 7 years ago

Improve ComArray, use it more consistently. Also add a special case for the GetMany method. Other methods with arrays as out-parameters (e.g. SpiController.read(...)) still use raw pointers.