Scroll to navigation

IsUserAdmin(3w) Wine API IsUserAdmin(3w)

NAME

IsUserAdmin (SETUPAPI.@)

SYNOPSIS

BOOL IsUserAdmin
(
)
 

DESCRIPTION

Checks whether the current user is a member of the Administrators group.
 

PARAMS

None.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

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