retep998 / winapi-rs

Rust bindings to Windows API
https://crates.io/crates/winapi
Apache License 2.0
1.85k stars 392 forks source link

devquery, swdevice, shlwapi, verrsrc and winternl related modules are not defined #1046

Open asakhar opened 1 year ago

asakhar commented 1 year ago

I need windows api related to opening and interacting with devices and drivers, but the definitions don't exist in the winapi. In my project i temporarily solved it using bindgen, however it is not easy to configure it right. Just posting this to show interest for that specific api.