AutoWakeUp.NativeMethods.ExitWindowsEx C# (CSharp) 메소드

ExitWindowsEx() 개인적인 메소드

private ExitWindowsEx ( [ uFlags, [ dwReason ) : Int32
uFlags [
dwReason [
리턴 System.Int32
        public static extern Int32 ExitWindowsEx([In] UInt32 uFlags, [In] UInt32 dwReason);