winapi-rs
winapi-rs copied to clipboard
Add projectedfslib
This PR adds bindings to Projected File System.
I want to open a pull request to avoid duplicate works. I think most things should work. However there are a few structs are not passing the structs x64 test because of possible incorrect definition of anonymous unions.
I also want to spend some time replicating the official RegFS example with this API, so we can be confident that this binding works fine.
- [x] Fix struct-x64 tests
- [x] Replicate RegFS example
Alright, I've finished rewriting the RegFS example in Rust. It is available here: https://github.com/fanzeyi/prjfs-rs and it uses fairly amount of the API I added in this PR. It works!