[Toc][Index]

DosWriteQueue



#define INCL_DOSQUEUES

USHORT  rc = DosWriteQueue(QueueHandle, Request, DataLength, DataBuffer,
                             ElemPriority);

HQUEUE           QueueHandle;   /* Queue handle */
USHORT           Request;       /* Request identification data */
USHORT           DataLength;    /* Length of element being added */
PBYTE            DataBuffer;    /* Element being added */
UCHAR            ElemPriority;  /* Priority of element being added */

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