summaryrefslogtreecommitdiff
path: root/source3/include/trans2.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-08-23 22:58:24 +0000
committerJeremy Allison <jra@samba.org>2001-08-23 22:58:24 +0000
commit0055ee8cdc61d2ec1ca914cedb1f753b820c3bd5 (patch)
tree15f02fe8489310cc162df20c13a6344915d018c6 /source3/include/trans2.h
parent92f795760a6d6524028c7e7042d2b9f96f8f9972 (diff)
downloadsamba-0055ee8cdc61d2ec1ca914cedb1f753b820c3bd5.tar.gz
samba-0055ee8cdc61d2ec1ca914cedb1f753b820c3bd5.tar.bz2
samba-0055ee8cdc61d2ec1ca914cedb1f753b820c3bd5.zip
Some W2k info.
Jeremy. (This used to be commit 04478786c364585bf0263dc00343a25af6fa0a89)
Diffstat (limited to 'source3/include/trans2.h')
-rw-r--r--source3/include/trans2.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h
index bbe796b742..3bf6203710 100644
--- a/source3/include/trans2.h
+++ b/source3/include/trans2.h
@@ -259,6 +259,47 @@ Byte offset Type name description
#define TYPE_MOUNTED 0x20
#define TYPE_VIRTUAL 0x40
+/* NT passthrough levels... */
+
+#define SMB_FILE_DIRECTORY_INFORMATION 1001
+#define SMB_FILE_FULL_DIRECTORY_INFORMATION 1002
+#define SMB_FILE_BOTH_DIRECTORY_INFORMATION 1003
+#define SMB_FILE_BASIC_INFORMATION 1004
+#define SMB_FILE_STANDARD_INFORMATION 1005
+#define SMB_FILE_INTERNAL_INFORMATION 1006
+#define SMB_FILE_EA_INFORMATION 1007
+#define SMB_FILE_ACCESS_INFORMATION 1008
+#define SMB_FILE_NAME_INFORMATION 1009
+#define SMB_FILE_RENAME_INFORMATION 1010
+#define SMB_FILE_LINK_INFORMATION 1011
+#define SMB_FILE_NAMES_INFORMATION 1012
+#define SMB_FILE_DISPOSITION_INFORMATION 1013
+#define SMB_FILE_POSITION_INFORMATION 1014
+#define SMB_FILE_FULL_EA_INFORMATION 1015
+#define SMB_FILE_MODE_INFORMATION 1016
+#define SMB_FILE_ALIGNMENT_INFORMATION 1017
+#define SMB_FILE_ALL_INFORMATION 1018
+#define SMB_FILE_ALLOCATION_INFORMATION 1019
+#define SMB_FILE_END_OF_FILE_INFORMATION 1020
+#define SMB_FILE_ALTERNATE_NAME_INFORMATION 1021
+#define SMB_FILE_STREAM_INFORMATION 1022
+#define SMB_FILE_PIPE_INFORMATION 1023
+#define SMB_FILE_PIPE_LOCAL_INFORMATION 1024
+#define SMB_FILE_PIPE_REMOTE_INFORMATION 1025
+#define SMB_FILE_MAILSLOT_QUERY_INFORMATION 1026
+#define SMB_FILE_MAILSLOT_SET_INFORMATION 1027
+#define SMB_FILE_COMPRESSION_INFORMATION 1028
+#define SMB_FILE_OBJECTID_INFORMATION 1029
+#define SMB_FILE_COMPLETION_INFORMATION 1030
+#define SMB_FILE_MOVE_CLUSTER_INFORMATION 1031
+#define SMB_FILE_QUOTA_INFORMATION 1032
+#define SMB_FILE_REPARSEPOINT_INFORMATION 1033
+#define SMB_FILE_NETWORK_OPEN_INFORMATION 1034
+#define SMB_FILE_ATTRIBUTE_TAG_INFORMATION 1035
+#define SMB_FILE_TRACKING_INFORMATION 1036
+#define SMB_FILE_MAXIMUM_INFORMATION 1037
+
+
#endif