Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPARSE_DATA_BUFFER seems to be missing #395

Open
hamarb123 opened this issue Aug 17, 2024 · 2 comments
Open

REPARSE_DATA_BUFFER seems to be missing #395

hamarb123 opened this issue Aug 17, 2024 · 2 comments
Labels
help wanted An issue where a contribution would be appreciated. proposal An issue that represents a proposed feature or change to the repo.

Comments

@hamarb123
Copy link

Description (optional)

The REPARSE_DATA_BUFFER type seems to be missing.
Some docs for it are available here and here.
I'm attempting to update code I have that works with directory junctions from codeproject to TerraFX.

Reproduction Steps

Try to use FSCTL_SET_REPARSE_POINT with REPARSE_DATA_BUFFER.

Expected Behavior

The type REPARSE_DATA_BUFFER exists.

Actual Behavior

Type type REPARSE_DATA_BUFFER doesn't exist.

Note: the similarly named REPARSE_DATA_BUFFER_EX also seems to be missing. These are defined in ntifs.h.

@hamarb123 hamarb123 added bug An issue for something that does not behave as expected. untriaged An issue that has not been triaged by the repo maintainers. labels Aug 17, 2024
@tannergooding tannergooding added proposal An issue that represents a proposed feature or change to the repo. help wanted An issue where a contribution would be appreciated. and removed bug An issue for something that does not behave as expected. untriaged An issue that has not been triaged by the repo maintainers. labels Aug 17, 2024
@tannergooding
Copy link
Member

This isn't a bug, but rather one of the header files that hasn't had bindings generated for it as of yet

@hamarb123
Copy link
Author

I assumed it was, since REPARSE_GUID_DATA_BUFFER was generated - but it seems that it's in both ntifs.h and winnt.h (I didn't notice this one), so that makes more sense :) Thanks for explaining

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted An issue where a contribution would be appreciated. proposal An issue that represents a proposed feature or change to the repo.
Projects
None yet
Development

No branches or pull requests

2 participants