Contains information about the MAC time for the scanned item
typedef struct
{
nuint32 MACCreateTime;
nuint32 MACBackupTime;
} NW_MAC_TIME;
Type
NW_MAC_TIME = packed Record
MACCreateTime : nuint32;
MACBackupTime : nuint32;
End;
Specifies the creation time for a MAC file.
Specifies the backup time for a MAC file.