Unit 'flcCryptoHash' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

Word64Rec

Declaration

Source position: flcCryptoHash.pas line 126

type Word64Rec = packed record

  case Integer of

    0: (

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

  

      );

    1: (

        Word16s: array [0..3] of Word16;

  

      );

    2: (

        Word32s: array [0..1] of Word32;

  

      );

end;



CT Web help

CodeTyphon Studio