From e7235fb6a483c1a4f4201b578957e1f62cd6efb7 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Mar 2018 02:56:54 +0000 Subject: sid helper interfaces: added ntapi_tt_sid_copy(). --- include/ntapi/nt_object.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ntapi/nt_object.h') 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 -- cgit v1.2.3