Carbon


DMDepthInfoRec

Header: Displays.h

struct DMDepthInfoRec {
    VDSwitchInfoPtr depthSwitchInfo; 
    VPBlockPtr depthVPBlock; 
    UInt32 depthFlags; 
    UInt32 depthReserved1; 
    UInt32 depthReserved2;
};
typedef DMDepthInfoRec DMDepthInfoPtr;

Field descriptions

depthSwitchInfo

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

depthVPBlock

A pointer to the structure VPBlock, which supplies information about size, depth and format.

depthFlags

Values from the video structure VDVideoParametersInfoRec, which specify color, size, and depth.

depthReserved1

Reserved for future expansion.

depthReserved2

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)