Stub implementations for AdjustTokenGroups, AreAllAccessesGranted,
commit49f7f6c208106f70b0d4bea173114c6bf8429eb9
authorHans Leidekker <hans@it.vu.nl>
Tue, 21 Dec 2004 16:16:10 +0000 (21 16:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Dec 2004 16:16:10 +0000 (21 16:16 +0000)
tree95075040136e35cdebd5694f814ddd6584dd0fe6
parent567bed8645efd0422f4e8fab78129104f6645a3d
Stub implementations for AdjustTokenGroups, AreAllAccessesGranted,
CreatePrivateObjectSecurity, CreateProcessAsUser{A,W},
DestroyPrivateObjectSecurity, DuplicateToken{,Ex},
EnumDependentServices{A,W}, GetEffectiveRightsFromAcl{A,W},
ConvertStringSecurityDescriptorToSecurityDescriptorA. Implementations
for BuildExplicitAccessWithName{A,W},
BuildTrusteeWithObjectsAndName{A,W},
BuildTrusteeWithObjectsAndSid{A,W}.
Correct prototype for InitializeAcl, RtlCopySid and RtlGetAce.
Use the CallWin32ToNt macro only with functions that return an
NTSTATUS.
dlls/advapi32/advapi32.spec
dlls/advapi32/security.c
dlls/ntdll/sec.c
include/aclapi.h
include/winbase.h
include/winsvc.h
include/winternl.h