table of contents
other versions
- wheezy 1.4.1-4
AreAnyAccessesGranted(3w) | Wine API | AreAnyAccessesGranted(3w) |
NAME¶
AreAnyAccessesGranted (ADVAPI32.@)SYNOPSIS¶
BOOL AreAnyAccessesGranted(
DWORD GrantedAccess,
DWORD DesiredAccess
)
DESCRIPTION¶
Determines whether or not any of a set of specified access permissions have been granted or not.PARAMS¶
GrantedAccess [In] The permissions that have been granted. DesiredAccess [In] The permissions that you want to have.RETURNS¶
Nonzero if any of the permissions have been granted, zero if none of the permissions have been granted.IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/advapi32/security.c". Debug channel "advapi".Oct 2012 | Wine API |