AreAnyAccessesGranted (ADVAPI32.@)
BOOL AreAnyAccessesGranted ( DWORD GrantedAccess, DWORD DesiredAccess )
Determines whether or not any of a set of specified access permissions have been granted or not.
GrantedAccess | [In] | The permissions that have been granted. |
DesiredAccess | [In] | The permissions that you want to have. |
Nonzero if any of the permissions have been granted, zero if none of the permissions have been granted.
Defined in "winbase.h".
Implemented in "dlls/advapi32/security.c". source.winehq.org/source/dlls/advapi32/security.c
Debug channel "advapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.