Sponsors
LookupPrivilegeValue
in Privileges
Function name: LookupPrivilegeValue
Defined in : advapi32
Requirements : Windows NT 3.1 or later; Win9x/ME: Not supported
Declaration:
Declare Function LookupPrivilegeValue Lib "advapi32.dll" Alias "LookupPrivilegeValueA" (ByVal lpSystemName As String, ByVal lpName As String, lpLuid As LARGE_INTEGER) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.