NW_MAC_TIME

Contains information about the MAC time for the scanned item

Service:Name Space
Defined In:nwnamspc.h

Syntax

   typedef struct
   {
      nuint32   MACCreateTime;
      nuint32   MACBackupTime;
   } NW_MAC_TIME;
   

Delphi Structure

   Type 
      	NW_MAC_TIME = packed Record
      	   MACCreateTime  :  nuint32;
      	   MACBackupTime  :  nuint32;
      End;
   

Parameters

MACCreateTime

Specifies the creation time for a MAC file.

MACBackupTime

Specifies the backup time for a MAC file.