diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_istat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_istat.h b/include/ntapi/nt_istat.h index df87838..d8ac78c 100644 --- a/include/ntapi/nt_istat.h +++ b/include/ntapi/nt_istat.h @@ -9,6 +9,7 @@ #define NT_ISTAT_DEFAULT 0x00000000 #define NT_ISTAT_COMMON 0x00000001 #define NT_ISTAT_DEV_NAME_COPY 0x00000002 +#define NT_ISTAT_DEV_NAME_ONLY 0x08000000 #define NT_ISTAT_MUP_DEVICE 0x20000000 #define NT_ISTAT_NEW_HANDLE 0x80000000 |