mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTFS] Add new defines for file attributes
This commit is contained in:
parent
34662e2f6f
commit
9be382ec98
1 changed files with 4 additions and 0 deletions
|
@ -223,8 +223,12 @@ typedef enum
|
|||
#define NTFS_FILE_TYPE_HIDDEN 0x2
|
||||
#define NTFS_FILE_TYPE_SYSTEM 0x4
|
||||
#define NTFS_FILE_TYPE_ARCHIVE 0x20
|
||||
#define NTFS_FILE_TYPE_TEMPORARY 0x100
|
||||
#define NTFS_FILE_TYPE_SPARSE 0x200
|
||||
#define NTFS_FILE_TYPE_REPARSE 0x400
|
||||
#define NTFS_FILE_TYPE_COMPRESSED 0x800
|
||||
#define NTFS_FILE_TYPE_OFFLINE 0x1000
|
||||
#define NTFS_FILE_TYPE_ENCRYPTED 0x4000
|
||||
#define NTFS_FILE_TYPE_DIRECTORY 0x10000000
|
||||
|
||||
/* Indexed Flag in Resident attributes - still somewhat speculative */
|
||||
|
|
Loading…
Reference in a new issue