Source position: jwawincrypt.pas line 4719
type _CRYPT_RC2_CBC_PARAMETERS = record
dwVersion: DWORD;
fIV: BOOL;
rgbIV: array [0..7] of Byte;
end;