◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSQUEUES typedef struct _QUEUERESULT { /* qresc */ PID pidProcess; USHORT usEventCode; } QUEUERESULT; The QUEUERESULT structure contains the result of a queue-reading operation. Field Description ──────────────────────────────────────────────────────────────────────────── pidProcess Specifies the process identifier of the process that added the element to the queue. usEventCode Specifies a program-supplied event code. MS OS/2 does not use this field and reserves it for any use a program may make of it. See Also DosPeekQueue, DosReadQueue ♦