Desktop Functions: Smart Device Functions:
|
Search Results for "LookupPrivilegeValue" in [All]winscard
static extern TODO lookupprivilegevalue(TODO);
Declare Function lookupprivilegevalue Lib "winscard.dll" (TODO) As TODO 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 & ".") |