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(). --- include/ntapi/ntapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ntapi/ntapi.h') diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index c92a7ac..2f073aa 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -375,6 +375,7 @@ typedef struct _ntapi_vtbl { 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; + ntapi_tt_keyed_object_to_key * tt_keyed_object_to_key; ntapi_tt_sid_copy * tt_sid_copy; ntapi_tt_sid_compare * tt_sid_compare; -- cgit v1.2.3