Desktop Functions: Smart Device Functions:
|
Search Results for "lookupprivilegevalue" in [All]advapi32
internal static extern bool LookupPrivilegeValue(string host, string name,
retVal = LookupPrivilegeValue(null, SE_TIME_ZONE_NAMETEXT, ref tp.Luid);
if (NativeMethods.LookupPrivilegeValue(null, securityEntityValue, ref locallyUniqueIdentifier))
"LookupPrivilegeValue failed. SecurityEntityValue: {0}",
internal static extern bool LookupPrivilegeValue(string lpsystemname, string lpname, [MarshalAs(UnmanagedType.Struct)] ref LUID lpLuid);
Private Function LookupPrivilegeValue( _
If Not LookupPrivilegeValue(Nothing, SE_SHUTDOWN_NAME, luid_Shutdown) Then
"LookupPrivilegeValue failed with error " & lastWin32Error.ToString & ".")
static extern bool LookupPrivilegeValue(string lpSystemName, string lpName,
Declare Function LookupPrivilegeValue Lib "advapi32.dll" (lpSystemName As String, _
if (!LookupPrivilegeValue(null, SE_SHUTDOWN_NAME, out tkp.Privileges[0].Luid)) winscard |