microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.23k stars 476 forks source link

Add `from_raw` to `windows-registry` #3034

Closed kennykerr closed 3 months ago

kennykerr commented 3 months ago

Constructs a registry key from an existing handle. Complements #3003.

Fixes: #3033