Carbon


UnsignedWide

Header: MacTypes.h

struct UnsignedWide {
    UInt32 hi; 
    UInt32 lo;
};
typedef UnsignedWide AbsoluteTime;

Field descriptions

hi

The high-order 32 bits

lo

The low-order 32 bits

The Microseconds function uses the unsigned wide record to return the number of microseconds elapsed since system startup time. The UnsignedWide data type defines the format for the unsigned wide record.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)