Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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))

.
Documentation
[LookupPrivilegeValue] on MSDN

winscard

.

static extern TODO lookupprivilegevalue(TODO);

.

Declare Function lookupprivilegevalue Lib "winscard.dll" (TODO) As TODO

.
Documentation
[lookupprivilegevalue] on MSDN

 
Access PInvoke.net directly from VS: