diff options
-rw-r--r-- | source3/include/ntioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 9814c88e5e..9b748d38ed 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -42,6 +42,8 @@ #define FSCTL_REQUEST_FILTER_OPLOCK 0x0009008C #define FSCTL_FIND_FILES_BY_SID 0x0009008F #define FSCTL_FILESYS_GET_STATISTICS 0x00090090 +#define FSCTL_SET_OBJECT_ID 0x00090098 +#define FSCTL_GET_OBJECT_ID 0x0009009C #define FSCTL_SET_REPARSE_POINT 0x000900A4 #define FSCTL_GET_REPARSE_POINT 0x000900A8 #define FSCTL_DELETE_REPARSE_POINT 0x000900AC @@ -53,6 +55,7 @@ #define FSCTL_WRITE_RAW_ENCRYPTED 0x000900DF #define FSCTL_READ_RAW_ENCRYPTED 0x000900E3 #define FSCTL_SIS_COPYFILE 0x00090100 +#define FSCTL_QUERY_ALLOCATED_RANGES 0x000940CF #define FSCTL_SIS_LINK_FILES 0x0009C104 #define FSCTL_GET_SHADOW_COPY_DATA 0x00144064 /* KJC -- Shadow Copy information */ @@ -63,7 +66,6 @@ #define FSCTL_GET_NTFS_FILE_RECORD #define FSCTL_ALLOW_EXTENDED_DASD_IO #define FSCTL_RECALL_FILE -#define FSCTL_QUERY_ALLOCATED_RANGES #endif |