summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_object.h5
-rw-r--r--include/ntapi/ntapi.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ntapi/nt_object.h b/include/ntapi/nt_object.h
index 0618c37..b76b43b 100644
--- a/include/ntapi/nt_object.h
+++ b/include/ntapi/nt_object.h
@@ -564,4 +564,9 @@ typedef int32_t __stdcall ntapi_tt_create_keyed_object_directory_entry(
__in nt_unicode_string * target_name,
__in uint32_t key);
+typedef void __stdcall ntapi_tt_sid_copy(
+ __out nt_sid * dst,
+ __in const nt_sid * src);
+
+
#endif
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index d1b50be..4b695d9 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -372,6 +372,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_sid_copy * tt_sid_copy;
/* nt_crc32.h */
ntapi_tt_buffer_crc32 * tt_buffer_crc32;