Copyright Digital Equipment Corp. All rights reserved.

$AUDIT_EVENTW

   Determines whether a security-related event should be reported.
   If the event should be reported, the service sends the event
   report to the audit server.

   The $AUDIT_EVENTW service completes synchronously; that is, it
   returns only after receiving an explicit confirmation from the
   audit server that the associated audit, if enabled, has been
   performed.

   For asynchronous completion, use the Audit Event ($AUDIT_EVENT)
   service. In all other respects, $AUDIT_EVENTW is identical to
   $AUDIT_EVENT. For additional information about $AUDIT_EVENTW, see
   the $AUDIT_EVENT service.

   Format

     SYS$AUDIT_EVENTW  efn ,[flags] ,itmlst ,audsts ,[astadr]

                       ,[astprm]

   C Prototype

     int sys$audit_eventw  (unsigned int efn, unsigned int flags,

                           void *itmlst, unsigned int *audsts, void

                           (*astadr)(__unknown_params), int astprm);