summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_object.h')
-rw-r--r--include/ntapi/nt_object.h5
1 files changed, 5 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