summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-15 08:46:42 +0000
committermidipix <writeonce@midipix.org>2018-06-15 10:38:10 -0400
commit8ca63f397a2b4c08806de38202e443f868e6b08d (patch)
tree5cdb9660c98c744e7aab84c21a092468017fb97d /src/internal/ntapi.c
parentaac1ecb7acc5196664ef65a2467cbe45c097841c (diff)
downloadntapi-8ca63f397a2b4c08806de38202e443f868e6b08d.tar.bz2
ntapi-8ca63f397a2b4c08806de38202e443f868e6b08d.tar.xz
keyed object directory interfaces: added ntapi_tt_keyed_object_to_key().
Diffstat (limited to 'src/internal/ntapi.c')
-rw-r--r--src/internal/ntapi.c1
1 files changed, 1 insertions, 0 deletions
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;