SleepQRemove
SleepQRemove Remove an entry from the sleep queue
#include <Power.h> Power Manager
void SleepQRemove(SleepQRecPtr);
SleepQRecPtr qRecPtr pointer to a sleep queue
returns none
You can use the SleepQRemove procedure to remove an entry from the sleep
queue and you can use the SleepQInstall procedure to add an entry to 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.