Table of Contents

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

ushort

PrintNameOffset

Offset, in bytes, of the print name string in the PathBuffer array.

public ushort PrintNameOffset

Field Value

ushort

ReparseDataLength

Size, in bytes, of the data after the Reserved member.

public ushort ReparseDataLength

Field Value

ushort

ReparseTag

Reparse point tag. Must be a Microsoft reparse point tag.

public uint ReparseTag

Field Value

uint

Reserved

Reserved; do not use.

public ushort Reserved

Field Value

ushort

SubstituteNameLength

Length, in bytes, of the substitute name string.

public ushort SubstituteNameLength

Field Value

ushort

SubstituteNameOffset

Offset, in bytes, of the substitute name string in the PathBuffer array.

public ushort SubstituteNameOffset

Field Value

ushort