Amoeba.Windows.MainWindow.NativeMethods.SetThreadExecutionState C# (CSharp) Method

SetThreadExecutionState() private method

private SetThreadExecutionState ( ExecutionState esFlags ) : ExecutionState
esFlags ExecutionState
return ExecutionState
            public static extern ExecutionState SetThreadExecutionState(ExecutionState esFlags);
MainWindow.NativeMethods