Represents type Int32Rec.
Int32Rec
type Int32Rec = packed record case Integer of 0 : (Lo, Hi : Word); 1 : (Words : array[0..1] of Word); 2 : (Bytes : array[0..3] of Byte); end;
The Int32Rec type exposes the following members.
Represents field Bytes.
Bytes
Represents field Hi.
Hi
Represents field Lo.
Lo
Represents field Words.
Words