Important: The information in this document is obsolete and should not be used for new development.
SleepQRemove
You can use theSleepQRemove
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
TheSleepQRemove
procedure removes the specified sleep queue record from the sleep queue. TheqRecPtr
parameter is a pointer to the sleep queue record that you provided when you added your routine to the sleep queue.