| 
            
              WindowsApiLookupPrivilegeValue Method
             | 
          
        
        
            Win32 LookupPrivilegeValue function.
            
        
        Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax[DllImportAttribute("advapi32.dll", SetLastError = true)]
public static bool LookupPrivilegeValue(
	string lpSystemName,
	string lpName,
	ref long lpLuid
)<DllImportAttribute("advapi32.dll", SetLastError := true>]
Public Shared Function LookupPrivilegeValue ( 
	lpSystemName As String,
	lpName As String,
	ByRef lpLuid As Long
) As Booleanpublic:
[DllImportAttribute(L"advapi32.dll", SetLastError = true)]
static bool LookupPrivilegeValue(
	String^ lpSystemName, 
	String^ lpName, 
	long long% lpLuid
)
[<DllImportAttribute("advapi32.dll", SetLastError = true)>]
static member LookupPrivilegeValue : 
        lpSystemName : string * 
        lpName : string * 
        lpLuid : int64 byref -> bool GSF.Interop.WindowsApi.LookupPrivilegeValue = function(lpSystemName, lpName, lpLuid);
 View SourceParameters
- lpSystemName  String
 -  
 - lpName  String
 -  
 - lpLuid  Int64
 -  
 
Return Value
Boolean
See Also