LookupPrivilegeValueA(3w)
NAME
LookupPrivilegeValueA (ADVAPI32.@)
SYNOPSIS
BOOL LookupPrivilegeValueA ( LPCSTR lpSystemName, LPCSTR lpName, PLUID lpLuid )
DESCRIPTION
Retrieves LUID used on a system to represent the privilege name.
PARAMS
lpSystemName [In] Name of the system.
lpName [In] Name of the privilege.
lpLuid [Out] Destination for the resulting LUID.
RETURNS
Success: TRUE. lpLuid contains the requested LUID.
Failure: FALSE.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/security.c".
- Debug channel "advapi".