Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 6 - Power Manager / Power Manager Reference
Data Structures


Wakeup Time Structure

The wakeup time structure used by the GetWakeupTimer and SetWakeupTimer functions is defined by the WakeupTime data type.

typedef struct WakeupTime {
 unsigned long wakeTime;   /* wakeup time as number of seconds since
                               midnight, January 1, 1904 */
 char wakeEnabled;         /* 1 = enable timer, 0=disable timer */
} WakeupTime;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996