Exemplo n.º 1
0
 static extern uint SetThreadExecutionState(ExecutionFlag flags);
Exemplo n.º 2
0
 internal static extern uint SetThreadExecutionState(ExecutionFlag flags);
Exemplo n.º 3
0
 private static extern uint SetThreadExecutionState(
     ExecutionFlag esFlags
     );