[Toc][Index]

DosQueryQueue



#define INCL_DOSQUEUES

USHORT  rc = DosQueryQueue(QueueHandle, NumberElements);

HQUEUE           QueueHandle;    /* Queue handle */
PUSHORT          NumberElements; /* Size of the queue (returned) */

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