Defines entry information for directories
typedef struct {
nuint32 lastModifyDateAndTime ;
nuint32 nextTrusteeEntry ;
nuint8 reserved [48];
nuint32 maximumSpace ;
nuint16 inheritedRightsMask ;
nuint8 reserved2 [14];
nuint32 volObjectID ;
nuint8 reserved3 [8];
} NWDIR_INFO;
uses calwin32
NWDIR_INFO = packed Record
lastModifyDateAndTime : nuint32;
nextTrusteeEntry : nuint32;
reserved : Array[0..47] Of nuint8;
maximumSpace : nuint32;
inheritedRightsMask : nuint16;
reserved2 : Array[0..13] Of nuint8;
volObjectID : nuint32;
reserved3 : Array[0..7] Of nuint8
End;
Specifies when the directory was last updated.
Specifies the next trustee entry in the subdirectory.
Is reserved for future use.
Specifies the maximum space available in the subdirectory.
Specifies the Inherited Rights Mask.
Is reserved for future use.
Specifies the volume object ID.
Is reserved for future use.
The inheritedRightsMask field can have the following values: