msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
QUEUERESULT (1.2)
                                                      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