PspIsSiloInServerSilo

UINT8 __stdcall PspIsSiloInServerSilo(_EJOB *Silo){
  __int64 v1; 

  LODWORD(v1) = PsGetEffectiveServerSilo((INT64)Silo);
  return v1 != 0;
}

Referenced by:

NtQueryInformationJobObject