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

wide

Declaration

Source position: MacTypes.pas line 292

type wide = record

  case Boolean of

    False: (

        lo: UInt32;

        hi: SInt32;

      );

    True: (

        int: SInt64;

      );

end;


Documentation generated on: 2023-03-18