SetSystemPowerState method

int SetSystemPowerState(
  1. int fSuspend,
  2. int fForce
)

Implementation

int SetSystemPowerState(
  int fSuspend,
  int fForce,
) {
  return _SetSystemPowerState(
    fSuspend,
    fForce,
  );
}