Carbon


PowerSummary

Header: Power.h

struct PowerSummary {
    UInt32 version; 
    OptionBits flags; 
    UInt32 sleepPowerAvailable; 
    UInt32 sleepPowerNeeded; 
    UInt32 minimumWakeTime; 
    ItemCount deviceCount; 
    DevicePowerInfo devices[1];
};

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