NWAuditRecord

Service:Auditing
Defined In:nwaudit.h

Structure

   typedef struct 
   { 
      nuint32   recordLength ; 
      pnuint8   record ; 
   } NWAuditRecord; 
   
   

Pascal Structure

   uses audwin32 
    
    NWAuditRecord = packed Record 
       recordLength : nuint32; 
       aRecord : pnuint8 
     End; 
   
   

Fields

recordLength
Specifies the size of the data to send.
record
Points to the data to send.