1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r8360: Some ioctl constants, found by Björn Jacke <bj@sernet.de> with

msbackup&filemon.

Thanks,

Volker
This commit is contained in:
Volker Lendecke 2005-07-12 08:05:15 +00:00 committed by Gerald (Jerry) Carter
parent ea91ee68ad
commit 2d2c49518b

View File

@ -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