Scroll to navigation

DoesUserHavePrivilege(3w) Wine API DoesUserHavePrivilege(3w)

NAME

DoesUserHavePrivilege (SETUPAPI.@)

SYNOPSIS

BOOL DoesUserHavePrivilege
(
LPCWSTR lpPrivilegeName
)
 

DESCRIPTION

Check whether the current user has got a given privilege.
 

PARAMS

lpPrivilegeName [In] Name of the privilege to be checked.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API