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