summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_acl.h')
-rw-r--r--include/ntapi/nt_acl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ntapi/nt_acl.h b/include/ntapi/nt_acl.h
index 0ae8509..ae04b0e 100644
--- a/include/ntapi/nt_acl.h
+++ b/include/ntapi/nt_acl.h
@@ -145,4 +145,16 @@ typedef struct _nt_sd_common_buffer {
uint32_t buffer[64];
} nt_sd_common_buffer;
+
+/* extension functions */
+typedef void __stdcall ntapi_acl_init_common_descriptor(
+ __out nt_sd_common_buffer * sd,
+ __in const nt_sid * owner,
+ __in const nt_sid * group,
+ __in const nt_sid * other,
+ __in uint32_t owner_access,
+ __in uint32_t group_access,
+ __in uint32_t other_access,
+ __in uint32_t system_access);
+
#endif