DosQueryQueue

DosQueryQueue

#define INCL_DOSQUEUES

USHORT  rc = DosQueryQueue(QueueHandle, NumberElements);

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

USHORT           rc;             /* return code */


[Back: DosQSysInfo]
[Next: DosQVerify]