[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_crypt' (#crwlib)

TRC2Data

Declaration

Source position: _crw_crypt.pas line 578

type TRC2Data = packed record

  InitBlock: array [0..7] of Byte;

  LastBlock: array [0..7] of Byte;

  case Integer of

    0: (

        KeyB: array [0..127] of Byte;

      );

    1: (

        KeyW: array [0..63] of Word;

      );

end;