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