PpmGetPerfPolicyClass

CHAR __stdcall PpmGetPerfPolicyClass(_BYTE *a1){
  CHAR result; 

  result = 0;
  if( a1 )
  {
    if( (unsigned __int8)PpmHeteroNominalPerformanceClasses > 1u )
    {
      if( *(_QWORD *)a1 )
        result = *(_BYTE *)(*(_QWORD *)a1 + 205i64);
    }
    else
    {
      if( !a1[60] )
        return result;
      result = a1[80];
    }
    if( result )
      return 1;
  }
  return result;
}

Referenced by:

PpmPerfApplyDomainState
PpmPerfApplyLatencyHint
PpmPerfCalculateQosClassPolicies
PpmPerfResizeHistory