Unit 'crc' Package
[Overview][Types][Procedures and functions][Index] [#hash]

u128

Declaration

Source position: crc.pas line 71

type u128 = packed record

  case Integer of

    0: (

        lo: QWord;

        hi: QWord;

      );

    1: (

        guid: tguid;

      );

end;


Documentation generated on: 2023-03-18