namespace sandbox::features { #if BUILDFLAG(IS_WIN) bool IsAppContainerSandboxSupported() { // Some APIs used for LPAC are unsupported below Windows 10 RS2 (1703 build // 15063). In addition, it is not possible to apply process mitigations to an // app container process until RS5. Place a check here in a central place. staticconstbool supported =
base::win::GetVersion() >= base::win::Version::WIN10_RS5; return supported;
} #endif
} // namespace sandbox::features
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.