Source position: jwawinternl.pas line 174
type _STRING = record
Length: USHORT;
MaximumLength: USHORT;
Buffer: PChar;
end;