NWAuditFileList

Service:Auditing
Defined In:nwaudit.h

Structure

   typedef struct 
   { 
      nuint32   fileCreateDateTime [16]; 
      nuint32   fileSize [16]; 
   } NWAuditFileList; 
   
   

Pascal Structure

   uses audwin32 
    
    NWAuditFileList = packed Record 
         fileCreateDateTime : Array[0..15] Of nuint32;  
         fileSize : Array[0..15] Of nuint32 
      End; 
   
   

Fields

fileCreateDateTime
Specifies the time the file was saved by calling the NWADResetAuditFile function.
fileSize
Specifies the size of the file.