Important: The information in this document is obsolete and should not be used for new development.
|
|
Log In | Not a Member? |
Contact ADC |
The Unsigned Wide Record
The Microseconds procedure uses the unsigned wide record to return the number of microseconds elapsed since system startup time. TheUnsignedWidedata 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
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |