Carbon


DMComponentListEntryRec

Header: Displays.h

struct DMComponentListEntryRec {
    DisplayIDType itemID; 
    Component itemComponent; 
    ComponentDescription itemDescription; 
    ResType itemClass; 
    DMFidelityType itemFidelity; 
    ResType itemSubClass; 
    Point itemSort; 
    UInt32 itemFlags; 
    ResType itemReserved; 
    UInt32 itemFuture1; 
    UInt32 itemFuture2; 
    UInt32 itemFuture3; 
    UInt32 itemFuture4;
};
typedef DMComponentListEntryRec DMComponentListEntryPtr;

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