Windows 8 Build 7753.0.fbl grfx.100516-2126:修订间差异

跳转到导航 跳转到搜索
第 23 行: 第 23 行:
由于它的早期性,系统范围内许多地方仍然将自身标识为“Windows 7”,内核版本仍然是 6.1。
由于它的早期性,系统范围内许多地方仍然将自身标识为“Windows 7”,内核版本仍然是 6.1。


== New features and changes ==
== 新增功能和更改 ==
=== Windows Runtime (WinRT) ===
This is the first currently available build to include parts of the Windows Runtime. Compared to the previous build, the OLE library (<code>ole32.dll</code>) introduces new exports that deal with runtime initialization, class activation and WinRT string manipulation. However, it is likely that no higher level Windows Runtime APIs are present at this point of development.
 
Compared to the final version, the runtime functions that would later use the <code>Ro</code> prefix instead use the <code>WinRT</code> prefix.
 
{{Collapse top|title=The following function calls have been added to the OLE library:}}
* <code>HSTRING_UserFree64</code>
* <code>HSTRING_UserMarshal</code>
* <code>HSTRING_UserMarshal64</code>
* <code>HSTRING_UserSize</code>
* <code>HSTRING_UserSize64</code>
* <code>HSTRING_UserUnmarshal</code>
* <code>HSTRING_UserUnmarshal64</code>
* <code>WindowsCompareStringOrdinal</code>
* <code>WindowsConcatString</code>
* <code>WindowsCreateString</code>
* <code>WindowsDeleteString</code>
* <code>WindowsDuplicateString</code>
* <code>WindowsReplaceString</code>
* <code>WindowsSubstring</code>
* <code>WindowsSubstringWithSpecifiedLength</code>
* <code>WindowsTrimStringEnd</code>
* <code>WindowsTrimStringStart</code>
* <code>WinRTActivateInstance</code>
* <code>WinRTInitialize</code>
* <code>WinRTRegisterClassObject</code>
* <code>WinRTRevokeClassObject</code>
* <code>WinRTUninitialize</code>
{{Collapse bottom}}
 
=== Control Panel ===
An option to enable the Active Directory Application Mode has been added to the "Turn Windows features on or off" popup. Despite that, installing the feature does not perform any action, as the service for it does not actually get installed.
 
=== Windows Runtime(WinRT) ===
=== Windows Runtime(WinRT) ===
这是首个包含部分 [[Windows Runtime]] 的当前可用版本。与之前的版本相比,OLE 库(<code>ole32.dll</code>)引入了处理运行时初始化、类激活和 WinRT 字符串操作的新导出。然而,在这个开发阶段,很可能没有更高级别的 Windows Runtime API 可用。Windows Runtime 最终会在 [[Windows 8 build 7776|Build 7776]] 的 <code>wpnapps.dll</code> 库中首次使用。
这是首个包含部分 [[Windows Runtime]] 的当前可用版本。与之前的版本相比,OLE 库(<code>ole32.dll</code>)引入了处理运行时初始化、类激活和 WinRT 字符串操作的新导出。然而,在这个开发阶段,很可能没有更高级别的 Windows Runtime API 可用。Windows Runtime 最终会在 [[Windows 8 Build 7776.0.fbl_grfx_dev1.100708-1700|Build 7776]] 的 <code>wpnapps.dll</code> 库中首次使用。


与最终版本相比,运行时函数后来使用 <code>Ro</code> 前缀的地方改用了 <code>WinRT</code> 前缀。
与最终版本相比,运行时函数后来使用 <code>Ro</code> 前缀的地方改用了 <code>WinRT</code> 前缀。

导航菜单