microsoft / windows-rs

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

Construct `windows_registry::Key` from `HKEY` #3033

Closed Legend-Master closed 3 months ago

Legend-Master commented 3 months ago

Suggestion

When using APIs like SetupDiOpenDevRegKey, you get a HKEY there, and there's no way to convert it to a windows_registry::Key

kennykerr commented 3 months ago

Thanks for the reminder - I've been meaning to add the complimentary interop function: #3034