TLongWordRec Record
ImagingUtility

This is record TLongWordRec.

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

ImagingUtility (at line 72)

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