LookupPrivilegeValueA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/advapi32/security.c".

Debug channel "advapi".