Unit 'MacTypes' Package
[Overview][Constants][Types][Index] [#univint]

UnsignedWide

Declaration

Source position: MacTypes.pas line 301

type UnsignedWide = record

  case Boolean of

    False: (

        lo: UInt32;

        hi: UInt32;

      );

    True: (

        int: UInt64;

      );

end;


Documentation generated on: 2023-03-18