![]() |
OSqinquire | Function (ROM Call 0x3AB) |
AMS 1.01 or higher | system.h |
short OSqinquire (unsigned short *dest, void *Queue); |
Checks whether an element is waiting in a queue.
OSqinquire returns TRUE if the queue pointed to by Queue is not empty (i.e. if there is an element waiting in it), else returns FALSE. If the queue is not empty, OSqinquire also stores the first element which will be removed from the queue in the variable pointed to by dest, but in opposite to OSdequeue the element itself will not be removed from the queue.