Carbon


DMDepthInfoBlockRec

Header: Displays.h

struct DMDepthInfoBlockRec {
    UInt32 depthBlockCount; 
    DMDepthInfoPtr depthVPBlock; 
    UInt32 depthBlockFlags; 
    UInt32 depthBlockReserved1; 
    UInt32 depthBlockReserved2;
};
typedef DMDepthInfoBlockRec DMDepthInfoBlockPtr;

Field descriptions

depthBlockCount

Specifies the number of mode depths available.

depthVPBlock

Array of DMDepthInfoRec.

depthBlockFlags

Reserved for future expansion.

depthBlockReserved1

Reserved for future expansion.

depthBlockReserved2

Reserved for future expansion.

When you call the function DMGetIndexedDisplayModeFromList, the Display Manager passes a pointer to a DMDisplayModeListEntryRec structure to your application. Its field displayModeDepthBlockInfo is a pointer to a DMDepthInfoBlockRec structure.


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