Defines the parameters for modifying an entry’s DOS name space information
typedef struct
{
nuint32 attributes;
nuint16 createDate;
nuint16 createTime;
nuint32 creatorID;
nuint16 modifyDate;
nuint16 modifyTime;
nuint32 modifierID;
nuint16 archiveDate;
nuint16 archiveTime;
nuint32 archiverID;
nuint16 lastAccessDate;
nuint16 inheritanceGrantMask;
nuint16 inheritanceRevokeMask;
nuint32 maximumSpace;
} MODIFY_DOS_INFO;
uses calwin32
MODIFY_DOS_INFO = packed Record
attributes : nuint32;
createDate : nuint16;
createTime : nuint16;
creatorID : nuint32;
modifyDate : nuint16;
modifyTime : nuint16;
modifierID : nuint32;
archiveDate : nuint16;
archiveTime : nuint16;
archiverID : nuint32;
lastAccessDate : nuint16;
inheritanceGrantMask : nuint16;
inheritanceRevokeMask : nuint16;
maximumSpace : nuint32
End;
Specifies the attributes to the value (see Section 20.2, Attribute Values).
Specifies the creation date.
Specifies the creation time.
Specifies the creator to the specified ID.
Specifies the date the entry was last modified.
Specifies the time the entry was last modified.
Specifies the modifier to the specified ID.
Specifies the date the entry was last archived.
Specifies the time the entry was last archived.
Specifies the archiver of the specified ID.
Specifies the date the entry was last accessed.
Specifies the inherited rights mask values (see Section 20.4, Inherited Rights Mask Values).
Specifies the following TA constants:
Specifies the user disk restrictions (in 4 KB sizes) that may have been enabled by an administrator for the given user (optional).