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
Power Manager Routines / Controlling the Sleep Queue


SleepQRemove

You can use the SleepQRemove procedure to remove an entry from the sleep queue.

PROCEDURE SleepQRemove (qRecPtr: SleepQRecPtr);
qRecPtr
A pointer to a sleep queue record, which is described on page 6-26.
DESCRIPTION
The SleepQRemove procedure removes the specified sleep queue record from the sleep queue. The qRecPtr parameter is a pointer to the sleep queue record that you provided when you added your routine to the sleep queue.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996