![]() |
DMDisplayTimingInfoRec |
Header: Displays.h |
struct DMDisplayTimingInfoRec { UInt32 timingInfoVersion; UInt32 timingInfoAttributes; SInt32 timingInfoRelativeQuality; SInt32 timingInfoRelativeDefault; UInt32 timingInfoReserved[16]; }; typedef DMDisplayTimingInfoRec DMDisplayTimingInfoPtr;
An unsigned 32 bit integer that shows the timing version. See
An unsigned 32 bit integer that the Display Manager sets to show timing attributes.
A signed 32 bit integer whose flags the Display Manager sets to provide information on the quality of the timing.
A signed 32 bit integer the Display Manager sets that specifies the relative default value of the timing.
Reserved for future expansion.
This structure supplies information about timing attributes, defaults and values to the structure DMDisplayModeListEntryRec.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)