summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_istat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_istat.h')
-rw-r--r--include/ntapi/nt_istat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ntapi/nt_istat.h b/include/ntapi/nt_istat.h
index d8ac78c..49e0f24 100644
--- a/include/ntapi/nt_istat.h
+++ b/include/ntapi/nt_istat.h
@@ -18,9 +18,11 @@ typedef struct _nt_istat {
nt_fii fii;
nt_ftagi ftagi;
uint32_t flags;
- uint32_t dev_name_hash;
+ uint16_t obj_name_strlen;
+ uint16_t obj_name_maxlen;
uint16_t dev_name_strlen;
uint16_t dev_name_maxlen;
+ uint32_t dev_name_hash;
wchar16_t dev_name[];
} nt_istat;