From 8ca63f397a2b4c08806de38202e443f868e6b08d Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 15 Jun 2018 08:46:42 +0000 Subject: keyed object directory interfaces: added ntapi_tt_keyed_object_to_key(). --- src/internal/ntapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/ntapi.c') diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c index 6f6b9ce..78075b6 100644 --- a/src/internal/ntapi.c +++ b/src/internal/ntapi.c @@ -171,6 +171,7 @@ static int32_t __fastcall __ntapi_init_once(ntapi_vtbl ** pvtbl) __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; + __ntapi->tt_keyed_object_to_key = __ntapi_tt_keyed_object_to_key; __ntapi->tt_sid_copy = __ntapi_tt_sid_copy; __ntapi->tt_sid_compare = __ntapi_tt_sid_compare; -- cgit v1.2.3