PopPausePowerRequestStats

CHAR __stdcall PopPausePowerRequestStats(INT64 a1){
  unsigned int i; 
  INT64 v3; 
  INT64 v4; 

  for( i = 0; i < 4; ++i )
  {
    LODWORD(v3) = PopGetStopWatchByRequestType(a1, i);
    if( v3 )
    {
      LOBYTE(v3) = PoIsRunningStopWatch(v3);
      if( (_BYTE)v3 )
        LOBYTE(v3) = PoPauseStopWatch(v4);
    }
  }
  return v3;
}

Referenced by:

PopStatsDeletePowerRequest