summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index a4c4b66..79efeb9 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -370,6 +370,8 @@ typedef struct _ntapi_vtbl {
/* nt_object.h */
ntapi_tt_open_ipc_object_directory * tt_open_ipc_object_directory;
ntapi_tt_create_ipc_object_directory_entry * tt_create_ipc_object_directory_entry;
+ ntapi_tt_open_dev_object_directory * tt_open_dev_object_directory;
+ ntapi_tt_create_dev_object_directory_entry * tt_create_dev_object_directory_entry;
ntapi_tt_create_keyed_object_directory * tt_create_keyed_object_directory;
ntapi_tt_open_keyed_object_directory * tt_open_keyed_object_directory;
ntapi_tt_create_keyed_object_directory_entry * tt_create_keyed_object_directory_entry;