Carbon


DisplayListEntryRec

Header: Displays.h

struct DisplayListEntryRec {
    GDHandle displayListEntryGDevice; 
    DisplayIDType displayListEntryDisplayID; 
    UInt32 displayListEntryIncludeFlags; 
    UInt32 displayListEntryReserved1; 
    UInt32 displayListEntryReserved2; 
    UInt32 displayListEntryReserved3; 
    UInt32 displayListEntryReserved4; 
    UInt32 displayListEntryReserved5;
};
typedef DisplayListEntryRec DisplayListEntryPtr;

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