TInt64Rec Record
ImagingUtility

This is record TInt64Rec.

Pascal
public TInt64Rec = packed record
  case Integer of
    0: (Int64Value: Int64;);
    1: (High: LongWord;
        Low: LongWord;);
    2: (Words: array[0..3] of Word);
        Bytes: array[0..7] of Byte););
  end;
File

ImagingUtility (at line 84)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TInt64Rec Record