Source position: jwanative.pas line 2452
type _REPARSE_POINT = record
ReparseTag: ULONG;
ReparseDataLength: USHORT;
Reserved: USHORT;
ReparseData: array [0..0] of UCHAR;
end;