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