HviIsHypervisorMicrosoftCompatible

UINT8 __stdcall HviIsHypervisorMicrosoftCompatible(){
  _HV_HYPERVISOR_INTERFACE_INFO HypervisorInterfaceOut; 

  HypervisorInterfaceOut = 0i64;
  HviGetHypervisorInterface(&HypervisorInterfaceOut);
  return HypervisorInterfaceOut.Interface == 824407624;
}

Referenced by:

HviGetEnlightenmentInformation
HviGetHypervisorFeatures
HviGetHypervisorVersion
HviGetImplementationLimits
HviGetIptFeatures
HvlpTryConfigureInterface
KiDetectHardwareSpecControlFeatures