REPARSE_DATA_BUFFER (Structures)
Last changed: -62.3.225.143

.
Summary
TODO - a short description

C# Definition:

struct REPARSE_DATA_BUFFER {
   public ushort ReparseDataLength;
   public uint ReparseTag;
   [MarshalAs(UnmanagedType.ByValArray, SizeConst=MAXIMUM_REPARSE_TARGET_LENGTH), FieldOffset(16)]
   public byte[] ReparseTarget;
   public ushort ReparseTargetLength;
   public ushort ReparseTargetPrintLength;
   public ushort Unknown1;
   public ushort Unknown2;
   public ushort Unknown3;
}

User-Defined Field Types:

None.

Notes:

None.

Documentation