[Toc][Index]

DosReadQueue



#define INCL_DOSQUEUES

USHORT  rc = DosReadQueue(QueueHandle, Request, DataLength, DataAddress,
                           ElementCode, NoWait, ElemPriority,
                           SemaphoreHandle);

HQUEUE           QueueHandle;     /* Queue handle */
PULONG           Request;         /* Request identification data
                                      (returned) */
PUSHORT          DataLength;      /* Length of element received
                                      (returned) */
PULONG           DataAddress;     /* Address of element received
                                      (returned) */
USHORT           ElementCode;     /* Indicate want a particular element */
UCHAR            NoWait;          /* Indicate to not wait if queue is
                                      empty */
PBYTE            ElemPriority;    /* Priority of element (returned) */
HSEM             SemaphoreHandle; /* Semaphore handle */

USHORT            rc;             /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs