Windows 8 Build 7776.0.fbl grfx dev1.100708-1700:修订间差异

跳转到导航 跳转到搜索
第 129 行: 第 129 行:
此版本引入了 <code>wpnapps.dll</code> 和 <code>wpncore.dll</code> 库,它们作为 Windows 推送通知服务(Windows Push Notification Services,WNS)的一部分使用,此服务在 Windows 8 中提供来自 Internet 的通知。此版本中的库尚未完成,可以看出在此开发阶段,WNS 并未联系任何内部服务器,也不包含显示用户界面的代码。值得注意的是,<code>wpnapps.dll</code> 库是首个使用 Windows 运行时的库,因此,此版本成为第一个整体利用运行时的版本。
此版本引入了 <code>wpnapps.dll</code> 和 <code>wpncore.dll</code> 库,它们作为 Windows 推送通知服务(Windows Push Notification Services,WNS)的一部分使用,此服务在 Windows 8 中提供来自 Internet 的通知。此版本中的库尚未完成,可以看出在此开发阶段,WNS 并未联系任何内部服务器,也不包含显示用户界面的代码。值得注意的是,<code>wpnapps.dll</code> 库是首个使用 Windows 运行时的库,因此,此版本成为第一个整体利用运行时的版本。


=== Settings Synchronization ===
=== 设置同步 ===
This build implements the Windows 8 settings synchronization between devices function with a new <code>SettingSync.dll</code> library and <code>SettingSyncHost.exe</code> executable. There is no user interface in the system at this point to expose this functionality, as the system is dependent on the installation of providers that implement a specific COM interface for the function to work (the registry key for this is <code>HKCU\Software\Microsoft\Windows\CurrentVersion\SettingSync\ProviderName</code> and <code>HKLM\Software\Microsoft\Windows\CurrentVersion\SettingSync\ProviderName</code>). The OS does not however install any providers by default.
此版本实现了 Windows 8 设备间设置同步功能,通过新的 <code>SettingSync.dll</code> 库和 <code>SettingSyncHost.exe</code> 可执行文件实现。目前系统中没有用户界面来展示此功能,因为此功能依赖于安装实现特定 COM 接口的提供程序(注册表键为 <code>HKCU\Software\Microsoft\Windows\CurrentVersion\SettingSync\ProviderName</code> <code>HKLM\Software\Microsoft\Windows\CurrentVersion\SettingSync\ProviderName</code>)。不过,操作系统默认并不会安装任何提供程序。


=== Miscellaneous ===
=== Miscellaneous ===

导航菜单