NWAuditBitMap

Defines an array of bytes large enough to contain the number of bits in a configuration header’s event bitmap

Service:Auditing
Defined In:nwaudit.h

Structure

   typedef struct 
   { 
      nuint8   bitMap [NW_AUDIT_NUMBER_EVENT_BITS/8]; 
   } NWAuditBitMap; 
   
   

Pascal Structure

   uses audwin32 
    
    NWAuditBitMap = packed Record 
         bitMap : Array[0..31] Of nuint8 
      End; 
   
   

Fields

bitMap
Specifies if the event is audited as defined in the nwadevnt.h file:
  • 0 Event is not audited
  • 1 Event is audited