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

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 Nov 2008.