[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 Boolean
public: [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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.