PpmPerfSetAllDomainsToUpdate

_LIST_ENTRY *__stdcall PpmPerfSetAllDomainsToUpdate(){
  _LIST_ENTRY *result; 

  for( result = (_LIST_ENTRY *)PpmPerfDomainHead; result != (_LIST_ENTRY *)&PpmPerfDomainHead; result = result->Flink )
    BYTE5(result[47].Blink) = 1;
  return result;
}

Referenced by:

PpmCheckStart
PpmPerfReApplyStates
PpmPerfUpdateDomainPolicy