Important: The information in this document is obsolete and should not be used for new development.
The Unsigned Wide Record
The Microseconds procedure uses the unsigned wide record to return the number of microseconds elapsed since system startup time. TheUnsignedWide
data type defines the format for the unsigned wide record.
UnsignedWide = {Microseconds procedure return type} PACKED RECORD hi: LongInt; {high-order 32 bits} lo: LongInt; {low-order 32 bits} END;
Field Description
hi
- The high-order 32 bits
lo
- The low-order 32 bits