SleepQInstall
SleepQInstall Add an entry to the sleep queue
#include <Power.h> Power Manager
void SleepQInstall(SleepQRecPtr);
SleepQRecPtr qRecPtr pointer to a sleep queue
returns none
You can use the SleepQInstall procedure to add an entry to the sleep queue,
and you can use the SleepQRemove procedure to remove an entry from the
sleep queue.
The qRecPtr parameter is a pointer to a sleep queue record that you must
provide.