summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_mount.h')
-rw-r--r--include/ntapi/nt_mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_mount.h b/include/ntapi/nt_mount.h
index 0e0b979..e9b5dae 100644
--- a/include/ntapi/nt_mount.h
+++ b/include/ntapi/nt_mount.h
@@ -10,6 +10,10 @@
#define __DEVICE_PATH_PREFIX_LEN (8 * sizeof(wchar16_t))
#define __DEVICE_PATH_PREFIX_HASH (0xDA6FA40B)
+/* {'\\','D','e','v','i','c','e','\\','M','u','p','\\'} */
+#define __DEVICE_MUP_PREFIX_LEN (12 * sizeof(wchar16_t))
+#define __DEVICE_MUP_PREFIX_HASH (0x0CEBB5F6)
+
/* {'\\','?','?','\\','V','o','l','u','m','e','{'} */
#define __VOLUME_PATH_PREFIX_LEN (11 * sizeof(wchar16_t))
#define __VOLUME_PATH_PREFIX_HASH (0xFEBA8529)