CodeTV.MainForm.SetThreadExecutionState C# (CSharp) Method

SetThreadExecutionState() private method

private SetThreadExecutionState ( uint esFlags ) : uint
esFlags uint
return uint
        private static extern uint SetThreadExecutionState(uint esFlags);
MainForm