ModifyStructure

Holds information used in changing a directory entry

Service:File System
Defined In:nwdir.h

Structure

   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;
   

Fields

MModifyName

Points to the new directory name.

MFileAttributes

Specifies new file attributes.

MFileAttributesMask

Specifies new file attribute mask.

MCreateDate

Specifies new creation date.

MCreateTime

Specifies new creation time

MOwnerID

Specifies new owner ID.

MLastArchivedDate

Specifies the last archived date.

MLastArchivedTime

Specifies the last archived time.

MLastArchivedID

Specifies the last archived ID.

MLastUpdatedDate

Specifies the last updated date.

MLastUpdatedTime

Specifies the last updated time.

MLastUpdatedID

Specifies the last updated ID.

MLastAccessedDate

Specifies the last accessed date.

MInheritanceGrantMask

Specifies the inheritance grant mask.

MInheritanceRevokeMask

Specifies the inheritance revoke mask.

MMaximumSpace

Specifies the maximum space.

MLastUpdatedInSeconds

Specifies the last update in seconds.