winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

Add projectedfslib

Open fanzeyi opened this issue 5 years ago • 1 comments

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

fanzeyi avatar Jun 18 '20 05:06 fanzeyi

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!

fanzeyi avatar Jul 22 '20 04:07 fanzeyi