summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_fsctl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-07-27 04:01:18 -0400
committermidipix <writeonce@midipix.org>2015-07-27 04:01:18 -0400
commitdd89bb8ad4fe184a34b5dbdda237e640fc82121b (patch)
tree5e80d2da35f5892f92be29f57982b2708e6bd99b /include/ntapi/nt_fsctl.h
parentdcdadc2702712fa750ed255ed1dfa354522797a0 (diff)
downloadntapi-dd89bb8ad4fe184a34b5dbdda237e640fc82121b.tar.bz2
ntapi-dd89bb8ad4fe184a34b5dbdda237e640fc82121b.tar.xz
entered advanced internal development stage.
Diffstat (limited to 'include/ntapi/nt_fsctl.h')
-rw-r--r--include/ntapi/nt_fsctl.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/include/ntapi/nt_fsctl.h b/include/ntapi/nt_fsctl.h
new file mode 100644
index 0000000..573946a
--- /dev/null
+++ b/include/ntapi/nt_fsctl.h
@@ -0,0 +1,44 @@
+#ifndef _NT_FSCTL_H_
+#define _NT_FSCTL_H_
+
+#define NT_FSCTL_CREATE_OR_GET_OBJECT_ID (0x000900c0)
+#define NT_FSCTL_DELETE_OBJECT_ID (0x000900a0)
+#define NT_FSCTL_DELETE_REPARSE_POINT (0x000900ac)
+#define NT_FSCTL_FILE_LEVEL_TRIM (0x00098208)
+#define NT_FSCTL_FILESYSTEM_GET_STATISTICS (0x00090060)
+#define NT_FSCTL_FIND_FILES_BY_SID (0x0009008f)
+#define NT_FSCTL_GET_COMPRESSION (0x0009003c)
+#define NT_FSCTL_GET_INTEGRITY_INFORMATION (0x0009027c)
+#define NT_FSCTL_GET_NTFS_VOLUME_DATA (0x00090064)
+#define NT_FSCTL_GET_REFS_VOLUME_DATA (0x000902D8)
+#define NT_FSCTL_GET_OBJECT_ID (0x0009009c)
+#define NT_FSCTL_GET_REPARSE_POINT (0x000900a8)
+#define NT_FSCTL_GET_RETRIEVAL_POINTERS (0x00090073)
+#define NT_FSCTL_IS_PATHNAME_VALID (0x0009002c)
+#define NT_FSCTL_LMR_SET_LINK_TRACKING_INFORMATION (0x001400ec)
+#define NT_FSCTL_OFFLOAD_READ (0x00094264)
+#define NT_FSCTL_OFFLOAD_WRITE (0x00098268)
+#define NT_FSCTL_PIPE_PEEK (0x0011400c)
+#define NT_FSCTL_PIPE_TRANSCEIVE (0x0011c017)
+#define NT_FSCTL_PIPE_WAIT (0x00110018)
+#define NT_FSCTL_QUERY_ALLOCATED_RANGES (0x000940cf)
+#define NT_FSCTL_QUERY_FAT_BPB (0x00090058)
+#define NT_FSCTL_QUERY_FILE_REGIONS (0x00090284)
+#define NT_FSCTL_QUERY_ON_DISK_VOLUME_INFO (0x0009013c)
+#define NT_FSCTL_QUERY_SPARING_INFO (0x00090138)
+#define NT_FSCTL_READ_FILE_USN_DATA (0x000900eb)
+#define NT_FSCTL_RECALL_FILE (0x00090117)
+#define NT_FSCTL_SET_COMPRESSION (0x0009c040)
+#define NT_FSCTL_SET_DEFECT_MANAGEMENT (0x00098134)
+#define NT_FSCTL_SET_ENCRYPTION (0x000900D7)
+#define NT_FSCTL_SET_INTEGRITY_INFORMATION (0x0009C280)
+#define NT_FSCTL_SET_OBJECT_ID (0x00090098)
+#define NT_FSCTL_SET_OBJECT_ID_EXTENDED (0x000900bc)
+#define NT_FSCTL_SET_REPARSE_POINT (0x000900a4)
+#define NT_FSCTL_SET_SPARSE (0x000900c4)
+#define NT_FSCTL_SET_ZERO_DATA (0x000980c8)
+#define NT_FSCTL_SET_ZERO_ON_DEALLOCATION (0x00090194)
+#define NT_FSCTL_SIS_COPYFILE (0x00090100)
+#define NT_FSCTL_WRITE_USN_CLOSE_RECORD (0x000900ef)
+
+#endif