コード例 #1
0
 static extern uint SetThreadExecutionState(ExecutionFlag flags);
コード例 #2
0
ファイル: KK.Util.cs プロジェクト: pl4y3pic/ParseGet
 internal static extern uint SetThreadExecutionState(ExecutionFlag flags);
コード例 #3
0
 private static extern uint SetThreadExecutionState(
     ExecutionFlag esFlags
     );