Returns information about the resolved state of transactions and
    the process default transaction identifier.
    $GETDTIW always waits for the request to complete before
    returning to the caller. Other than this, it is identical to
    $GETDTI.
    Format
      SYS$GETDTIW  [efn] ,[flags] ,iosb ,[astadr] ,[astprm] ,[contxt]
                   ,[log_id] ,search ,itmlst
    C Prototype
      int sys$getdtiw  (unsigned int efn, unsigned int flags, struct
                       _iosb *iosb, void (*astadr)(__unknown_params),
                       int astprm, unsigned int log_id [4], unsigned
                       int *contxt, void *search, void *itmlst);