REPARSE_DATA_BUFFER
seems to be missing
#395
Labels
help wanted
An issue where a contribution would be appreciated.
proposal
An issue that represents a proposed feature or change to the repo.
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
withREPARSE_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 inntifs.h
.The text was updated successfully, but these errors were encountered: