At.FF.Krems.Interfaces.NativeMethods.AdjustTokenPrivileges C# (CSharp) Method

AdjustTokenPrivileges() private method

private AdjustTokenPrivileges ( IntPtr tokenHandle, bool disableAllPrivileges, LuidAtt &newState, int bufferLength, IntPtr previousState, IntPtr returnLength ) : bool
tokenHandle System.IntPtr
disableAllPrivileges bool
newState LuidAtt
bufferLength int
previousState System.IntPtr
returnLength System.IntPtr
return bool
        public static extern bool AdjustTokenPrivileges(IntPtr tokenHandle, bool disableAllPrivileges, ref LuidAtt newState, int bufferLength, IntPtr previousState, IntPtr returnLength);