mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[XDK]
Define FILE_ATTRIBUTE_INTEGRITY_STREAM svn path=/trunk/; revision=75401
This commit is contained in:
parent
65e31a0c41
commit
83bcd980a2
2 changed files with 2 additions and 0 deletions
|
@ -2996,6 +2996,7 @@ $if (_WDMDDK_)
|
|||
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
|
||||
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
|
||||
#define FILE_ATTRIBUTE_ENCRYPTED 0x00004000
|
||||
#define FILE_ATTRIBUTE_INTEGRITY_STREAM 0x00008000
|
||||
#define FILE_ATTRIBUTE_VIRTUAL 0x00010000
|
||||
|
||||
#define FILE_ATTRIBUTE_VALID_FLAGS 0x00007fb7
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
|
||||
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
|
||||
#define FILE_ATTRIBUTE_ENCRYPTED 0x00004000
|
||||
#define FILE_ATTRIBUTE_INTEGRITY_STREAM 0x00008000
|
||||
#define FILE_ATTRIBUTE_VALID_FLAGS 0x00007fb7
|
||||
#define FILE_ATTRIBUTE_VALID_SET_FLAGS 0x000031a7
|
||||
|
||||
|
|
Loading…
Reference in a new issue