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