Holds information used in changing a directory entry
typedef struct {
BYTE *MModifyName ;
LONG MFileAttributes ;
LONG MFileAttributesMask ;
WORD MCreateDate ;
WORD MCreateTime ;
LONG MOwnerID ;
WORD MLastArchivedDate ;
WORD MLastArchivedTime ;
LONG MLastArchivedID ;
WORD MLastUpdatedDate ;
WORD MLastUpdatedTime ;
LONG MLastUpdatedID ;
WORD MLastAccessedDate ;
WORD MInheritanceGrantMask ;
WORD MInheritanceRevokeMask ;
int MMaximumSpace ;
LONG MLastUpdatedInSeconds ;
} ModifyStructure;
Points to the new directory name.
Specifies new file attributes.
Specifies new file attribute mask.
Specifies new creation date.
Specifies new creation time
Specifies new owner ID.
Specifies the last archived date.
Specifies the last archived time.
Specifies the last archived ID.
Specifies the last updated date.
Specifies the last updated time.
Specifies the last updated ID.
Specifies the last accessed date.
Specifies the inheritance grant mask.
Specifies the inheritance revoke mask.
Specifies the maximum space.
Specifies the last update in seconds.