Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WinRT は内部でどのように実装されていますか? NT を直接カーネルを使用していますか、それとも Win32/64 の上に実装されていますか?
両方-Windowsランタイムの一部は上から下に新しい(したがってカーネルサービスと直接対話する)、Windowsランタイム(WinRT)の他の部分はWindowsの既存のサービスを使用します。