@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Return Type is NTSTATUS but too long type definition to wrote this page !!!!C# Signature: [DllImport("ntdll.dll", SetLastError = true)] public static extern IntPtr RtlAdjustPrivilege(int Privilege, bool bEnablePrivilege, bool IsThreadPrivilege, out bool PreviousValue); !!!!VB.NET Signature: 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 !!!!VB Signature: Declare Function RtlAdjustPrivilege Lib "ntdll.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: SE_SHUTDOWN_PRIVILEGE = 19 SE_DEBUG_PRIVILEGE = 20 !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: RtlAdjustPrivilege@msdn on MSDN
Edit ntdll.RtlAdjustPr...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.