Struct JunctionPoint.REPARSE_DATA_BUFFER
- Namespace
- SunamoWinStd
- Assembly
- SunamoWinStd.dll
Reparse data buffer structure for NTFS reparse points.
protected struct JunctionPoint.REPARSE_DATA_BUFFER
- Inherited Members
- Extension Methods
Fields
PathBuffer
A buffer containing the unicode-encoded path string.
public byte[] PathBuffer
Field Value
- byte[]
PrintNameLength
Length, in bytes, of the print name string.
public ushort PrintNameLength
Field Value
PrintNameOffset
Offset, in bytes, of the print name string in the PathBuffer array.
public ushort PrintNameOffset
Field Value
ReparseDataLength
Size, in bytes, of the data after the Reserved member.
public ushort ReparseDataLength
Field Value
ReparseTag
Reparse point tag. Must be a Microsoft reparse point tag.
public uint ReparseTag
Field Value
Reserved
Reserved; do not use.
public ushort Reserved
Field Value
SubstituteNameLength
Length, in bytes, of the substitute name string.
public ushort SubstituteNameLength
Field Value
SubstituteNameOffset
Offset, in bytes, of the substitute name string in the PathBuffer array.
public ushort SubstituteNameOffset