Scroll to navigation

LookupPrivilegeValueW(3w) Wine API LookupPrivilegeValueW(3w)

NAME

LookupPrivilegeValueW (ADVAPI32.@)

SYNOPSIS

BOOL LookupPrivilegeValueW
(
LPCWSTR lpSystemName,
LPCWSTR lpName,
PLUID lpLuid
)
 

DESCRIPTION

See LookupPrivilegeValueA(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/advapi32/security.c".
Debug channel "advapi".
Oct 2012 Wine API