SetThreadExecutionState method

int SetThreadExecutionState(
  1. int esFlags
)

Implementation

int SetThreadExecutionState(
  int esFlags,
) {
  return _SetThreadExecutionState(
    esFlags,
  );
}