Unit 'IdStackBSDBase' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_indy]

TIdUInt64Parts

Declaration

Source position: IdStackBSDBase.pas line 183

type TIdUInt64Parts = packed record

  case Integer of

    0: (

        LowPart: UInt32;

  

        HighPart: UInt32;

  

      );

    1: (

        QuadPart: UInt64;

  

      );

end;



CT Web help

CodeTyphon Studio