|
WindowsApiLookupPrivilegeValue Method
|
Win32 LookupPrivilegeValue function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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 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);
View SourceParameters
- lpSystemName String
-
- lpName String
-
- lpLuid Int64
-
Return Value
Boolean
See Also