Defines entry information for files
typedef struct {
nuint32 updateDateAndTime ;
nuint32 updatorID ;
nuint32 fileSize ;
nuint8 reserved [44];
nuint16 inheritedRightsMask ;
nuint16 lastAccessDate ;
nuint8 reserved2 [28];
} NWFILE_INFO;
uses calwin32
NWFILE_INFO = packed Record
updateDateAndTime : nuint32;
updatorID : nuint32;
fileSize : nuint32;
reserved : Array[0..43] Of nuint8;
inheritedRightsMask : nuint16;
lastAccessDate : nuint16;
reserved2 : Array[0..27] Of nuint8
End;
Specifies when the file was last updated.
Specifies the ID of the object that last updated the file.
Specifies the size of the file.
Is reserved for future use.
Specifies the Inherited Rights Mask for the file.
Specifies when the file was last accessed
Is reserved for future use.
The inheritedRightsMask field can have the following values: