Copyright Digital Equipment Corp. All rights reserved.

$GETQUIW

   Returns information about queues and jobs initiated from those
   queues. The $SNDJBC service is the major interface to the Job
   Controller, which is the queue and accounting manager.

   The $GETQUIW service completes synchronously; that is, it returns
   to the caller with the requested information. For asynchronous
   completion, use the Get Queue Information ($GETQUI) service;
   $GETQUI returns to the caller after queuing the information
   request, without waiting for the information to be returned.

   In all other respects, $GETQUIW is identical to $GETQUI.

   For additional information about system service completion, see
   the Synchronize ($SYNCH) service.

   Format

     SYS$GETQUIW  [efn] ,func [,context] [,itmlst] [,iosb] [,astadr]

                  [,astprm]

   C Prototype

     int sys$getquiw  (unsigned int efn, unsigned short int func,

                      unsigned int *context, void *itmlst, struct

                      _iosb *iosb, void (*astadr)(__unknown_params),

                      int astprm);