From 6729c897b1b601679f019acfc3765b6a05ccacfd Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 2 May 2018 22:28:04 +0000 Subject: object directory interfaces: integrated device- and node-related interfaces. --- src/internal/ntapi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/ntapi.c') diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c index af9d4c0..f22f2c4 100644 --- a/src/internal/ntapi.c +++ b/src/internal/ntapi.c @@ -165,6 +165,8 @@ static int32_t __fastcall __ntapi_init_once(ntapi_vtbl ** pvtbl) /* nt_object.h */ __ntapi->tt_open_ipc_object_directory = __ntapi_tt_open_ipc_object_directory; __ntapi->tt_create_ipc_object_directory_entry = __ntapi_tt_create_ipc_object_directory_entry; + __ntapi->tt_open_dev_object_directory = __ntapi_tt_open_dev_object_directory; + __ntapi->tt_create_dev_object_directory_entry = __ntapi_tt_create_dev_object_directory_entry; __ntapi->tt_create_keyed_object_directory = __ntapi_tt_create_keyed_object_directory; __ntapi->tt_open_keyed_object_directory = __ntapi_tt_open_keyed_object_directory; __ntapi->tt_create_keyed_object_directory_entry = __ntapi_tt_create_keyed_object_directory_entry; -- cgit v1.2.3