Scroll to navigation

LookupPrivilegeNameA(3w) Wine API LookupPrivilegeNameA(3w)

NAME

LookupPrivilegeNameA (ADVAPI32.@)

SYNOPSIS

BOOL LookupPrivilegeNameA
(
LPCSTR lpSystemName,
PLUID lpLuid,
LPSTR lpName,
LPDWORD cchName
)
 

DESCRIPTION

See LookupPrivilegeNameW(3w).
 

IMPLEMENTATION

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