![]() |
DMDepthInfoRec |
Header: Displays.h |
struct DMDepthInfoRec { VDSwitchInfoPtr depthSwitchInfo; VPBlockPtr depthVPBlock; UInt32 depthFlags; UInt32 depthReserved1; UInt32 depthReserved2; }; typedef DMDepthInfoRec DMDepthInfoPtr;
A pointer to the structure VDSwitchInfoRec, which contains values that specify information on video switch modes and data. You can use this in a call to the function DMSetDisplayMode
A pointer to the structure VPBlock, which supplies information about size, depth and format.
Values from the video structure VDVideoParametersInfoRec, which specify color, size, and depth.
Reserved for future expansion.
Reserved for future expansion.
This structure provides information that the structure DMDepthInfoBlockRec supplies to the function DMGetIndexedDisplayModeFromList.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)