summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_object.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-03-19 02:56:54 +0000
committermidipix <writeonce@midipix.org>2018-03-20 23:27:58 -0400
commite7235fb6a483c1a4f4201b578957e1f62cd6efb7 (patch)
treeccdc13e0862e6c14f23dc9593be92b5948371c98 /include/ntapi/nt_object.h
parent39bb9d66aae4253c7c0b926785c0f2cc69b8993e (diff)
downloadntapi-e7235fb6a483c1a4f4201b578957e1f62cd6efb7.tar.bz2
ntapi-e7235fb6a483c1a4f4201b578957e1f62cd6efb7.tar.xz
sid helper interfaces: added ntapi_tt_sid_copy().
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