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 "RtlAdjustPrivilege" in [All]

fltlib

.

Consider using RtlAdjustPrivilege() to adjust privileges, much easier than getting AdjustTokenPrivileges() to work

ntdll

.

    public static extern IntPtr RtlAdjustPrivilege(int Privilege, bool bEnablePrivilege,

.

Public Declare Function RtlAdjustPrivilege Lib "ntdll.dll" (ByVal Privilege As Integer, ByVal bEnablePrivilege As Boolean, ByVal IsThreadPrivilege As Boolean, ByRef PreviousValue As Boolean) As IntPtr

.

Declare Function RtlAdjustPrivilege Lib "ntdll.dll" (TODO) As TODO

.
Documentation
[RtlAdjustPrivilege] on MSDN

 
Access PInvoke.net directly from VS: