Windows 7 Build 6946.0.winmain.081107-1905 (查看源代码)
2025 年 8 月 6 日 (三) 21:17 的版本
、 2025 年 8 月 6 日 (星期三)→Win32 API Sets
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 156 行: | 第 156 行: | ||
=== 其他 === | === 其他 === | ||
==== Win32 API | ==== Win32 API 集 ==== | ||
将常用的 Win32 API 函数重定向到其相关库(称为 API 集)的存根 DLL 实现到操作系统中,并构成了 MinWin 核心的重要组成部分。这些库用于允许版本控制,并帮助进一步促进跨 Windows 操作系统的内部代码重构,而不会增加破坏向后兼容性的风险。以后的版本将引入一个 API 集架构,此架构定义了跨不同 Windows 产品类型(例如 [[Windows Phone 8]] <code>MobileCore</code> 和 [[Windows 10]] <code>OneCoreUAP</code> API 集架构)使用的 API 集列表。 | |||
在此版本中,至少存在 31 个存根库,用于以下系统功能: | |||
{{Collapse top|title= | {{Collapse top|title=可用 API 集存根列表:}} | ||
*Windows Console | * Windows Console API(Windows 控制台 API) | ||
*Date/ | * Date/Time(日期/时间) | ||
* | * Debugger(调试器) | ||
*DLL | * DLL Loader(DLL 加载程序) | ||
*DLL Delay | * DLL Delay Loading(DLL 延迟加载) | ||
*Error Handling + | * Error Handling + Reporting(错误处理 + 报告) | ||
*Fiber Thread Scheduling | * Fiber Thread Scheduling API(光纤线程调度 API) | ||
*Cross-Thread Interlocked Variable | * Cross-Thread Interlocked Variable Access(跨线程互锁变量访问) | ||
*Disk I/O | * Disk I/O Operations(磁盘 I/O 操作) | ||
**File | ** File Operations(文件操作) | ||
*Multi-Lingual User | * Multi-Lingual User Interface(MUI,多语言用户界面) | ||
*Memory | * Memory Access(内存访问) | ||
*Memory | * Memory Heaps(内存堆) | ||
*Named Pipe | * Named Pipe Communication(命名管道通信,Client/Server) | ||
* | * Processes(进程) | ||
** | ** Handles(句柄) | ||
**Process | ** Process Environment(进程环境) | ||
**System | ** System Threading(系统线程) | ||
*Service Control Manager (SCM) | * Service Control Manager (SCM) API(服务控制管理器 API) | ||
*String | * String Operations(字符串操作) | ||
*Synchronous | * Synchronous Operations(同步操作) | ||
*System | * System Pooling(系统池化) | ||
*System | * System Profiler(系统配置文件) | ||
*Registry Data | * Registry Data Access(注册表数据访问) | ||
*Windows Runtime | * Windows Runtime Library(Windows 运行时库) | ||
*Windows | * Windows Security(Windows 安全) | ||
**Security | ** Security Core(安全核心) | ||
**Local Security Authority Policy | ** Local Security Authority Policy Lookup(本地安全机构策略查找) | ||
**Security Descriptor Read/ | ** Security Descriptor Read/Write(安全描述符读/写) | ||
*Thread | * Thread Pooling(线程池) | ||
*Utility APIs (Encode/DecodePointer + Beep) | * Utility APIs (Encode/DecodePointer + Beep)(实用工具 API(Encode/DecodePointer + Beep)) | ||
*Intel Advanced Vector Extensions (AVX) XState | * Intel Advanced Vector Extensions (AVX) XState Context(英特尔高级矢量扩展(AVX)XState 上下文) | ||
*Miscellaneous API | * Miscellaneous API Calls(其他 API 调用) | ||
{{Collapse bottom}} | {{Collapse bottom}} | ||