From 0cd9efed201a9e7ac7dd263977d8b045c82f2c35 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Dec 2016 17:26:52 -0500 Subject: __ntapi_tt_stat(): properly populate .dev_name_hash and .dev_name_strlen. --- include/ntapi/nt_stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ntapi/nt_stat.h b/include/ntapi/nt_stat.h index 17cb080..94890b5 100644 --- a/include/ntapi/nt_stat.h +++ b/include/ntapi/nt_stat.h @@ -9,6 +9,7 @@ #define NT_STAT_DEFAULT (0x00000000) #define NT_STAT_COMMON (0x00000001) #define NT_STAT_DEV_NAME_COPY (0x00000002) +#define NT_STAT_MUP_DEVICE (0x20000000) #define NT_STAT_NEW_HANDLE (0x80000000) typedef struct _nt_stat { -- cgit v1.2.3