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

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/advapi32/security.c". https://source.winehq.org/source/dlls/advapi32/security.c

Debug channel "advapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.