windows - 下载 Windows API 引用 (MSDN) 以供离线使用

标签 windows api documentation reference

<分区>

我想要一个离线可用的 Windows API 引用文档。 MSDN 很好,但当我无法访问 Internet 时,我也需要此类信息。

pdf、chm、帮助(对于 emacs)就可以了。

当然我不是第一个想要那个的人,但我找不到任何东西。有人可以指出一个地方可以找到吗?

我看到引用可能在 SDK 中可用,但安装它需要大约 200 MB,而且我只想要文档。

最佳答案

只有 Win32 API,但它很漂亮:Win32.chm

Although it is now 17 years old, the Win32.hlp file from Microsoft is still a useful reference for those, like me, still programming using the "flat" Windows API. It still covers 99% of what I need and is much more convenient and faster to use than the current MSDN and Windows SDK documentation because it is much smaller. It is a file that is possible to add to the help menu of your IDE or favorite editor and call up instantly, even offline.

关于windows - 下载 Windows API 引用 (MSDN) 以供离线使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4701193/

相关文章:

windows - 使用 Register-WmiEvent 使用 PowerShhell 4.0 捕获 Windows 8.1 系统事件/触发器?

windows - 如何禁用 RabbitMQ 的所有日志或将配置设置为带日期的轮换日志? [ Windows ]

javascript - 如何将我的 C++ 代码压缩成一行?

c++ - 自记录类型别名(typedef)以指示它将在另一个特定类中使用

c++ - 如何更改 Excel DSN 的默认工作簿?

windows - 如何区分计算机中的两个鼠标?

database - Stripe 在后端使用什么进行存储?

python - 使用 Python API 2.0.0.1 运行 Ansible Playbook

api - Google API HTTP 401 - token 无效 - AuthSub token 的范围错误

c# - 生成的 WEB API 帮助区域文档不显示响应正文格式/示例