X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fse%2Facl.c;fp=ntoskrnl%2Fse%2Facl.c;h=a02e6a110e43698e22c33f4a5cf143ceb5cb2362;hp=c6d3525ebf08d8dd65a2133beecba481b48eddd2;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/ntoskrnl/se/acl.c b/ntoskrnl/se/acl.c index c6d3525..a02e6a1 100644 --- a/ntoskrnl/se/acl.c +++ b/ntoskrnl/se/acl.c @@ -227,6 +227,9 @@ RtlpAddKnownAce(PACL Acl, } +/* + * @implemented + */ NTSTATUS STDCALL RtlAddAccessAllowedAce(PACL Acl, ULONG Revision, @@ -238,6 +241,9 @@ RtlAddAccessAllowedAce(PACL Acl, #ifndef LIBCAPTIVE +/* + * @implemented + */ NTSTATUS STDCALL RtlAddAce(PACL Acl, ULONG AclRevision, @@ -306,6 +312,9 @@ RtlAddAce(PACL Acl, #endif /* LIBCAPTIVE */ +/* + * @implemented + */ NTSTATUS STDCALL RtlCreateAcl(PACL Acl, ULONG AclSize,