Windows API Code Pack V1.1

简介:

在以前的博文中关于Windows 7 开发的部分,使用的都是Windows API Code Pack V1.0.1 版本。今年8月微软发布了最新的V1.1 版本。Windows API Code Pack 提供了强大的代码库用于开发带有Windows 7 和Windows Vista 相关特性的应用程序。下面列出Windows API Code Pack V1.1 版本支持的所有特性。

功能特性

· Windows 7 Taskbar

- Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars

· Windows Shell

- Windows 7 Libraries 
- Windows Shell Search API support 
- Explorer Browser Control 
- A hierarchy of Shell Namespace entities 
- Windows Shell property system 
- Drag and Drop for Shell Objects 
- Windows Vista and Windows 7 Common File Dialogs, including custom controls 
- Known Folders and non-file system containers 
- Shell Object Watcher 
- Shell Extensions API support

· DirectX

- Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1, Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs

· Windows Vista and Windows 7 Task Dialogs

· Sensor Platform APIs

· Extended Linguistic Services APIs

· Power Management APIs

· Application Restart and Recovery APIs

· Network List Manager APIs

· Command Link control and System defined Shell icons

 

新更新内容

· Many FxCop violations and PREfast warnings have been addressed

· Bug fixes across various features and samples

- Includes many API improvements

· New features

- Shell Object Watcher 
- Preview Handler APIs 
- Thumbnail Handler APIs

· New samples for the new features

· Visual Studio 2010 compliance

· Initial xUnit test coverage

· String localization

· Signed assemblies

 

手册文档

在V1.1 中文档也增加了不少,可以方便开发者查找相关资料。

· API References

- Windows API Code Pack Help.chm 
- Windows API Code Pack DirectX Help.chm

· API Changes since the previous release

- Windows API Code Pack API Changes.html

· Overview of the release (including new features)

- Windows API Code Pack Release Notes.htm

 

官网地址:http://code.msdn.microsoft.com/WindowsAPICodePack





本文转自Gnie博客园博客,原文链接:http://www.cnblogs.com/gnielee/archive/2010/12/29/windows-api-code-pack-v1_1.html,如需转载请自行联系原作者

相关文章
|
人工智能 机器人 编译器
【C++】Windows端VS code中运行CMake工程(手把手教学)
【C++】Windows端VS code中运行CMake工程(手把手教学)
|
监控 编译器 API
[笔记]Windows核心编程《二十二》注入DLL和拦截API(一)
[笔记]Windows核心编程《二十二》注入DLL和拦截API
363 0
|
3天前
|
Ubuntu JavaScript Linux
Windows安装Claude Code
Claude Code 是 Anthropic 推出的代码助手,支持在 Windows 通过 WSL(Windows Subsystem for Linux)运行。本文介绍如何在 Windows 系统中启用 WSL、安装 Ubuntu 子系统、配置 Python 与 Node.js 环境,并最终安装和运行 Claude Code。内容涵盖 WSL 设置、开发工具安装、依赖配置及常见问题解决方法,助你顺利在本地环境中使用 Claude Code 提升编码效率。
483 0
Windows安装Claude Code
|
4月前
|
人工智能 测试技术 API
Windows用户必备:Postman v11详细安装指南与API测试入门教程(附官网下载
Postman是全球领先的API开发与测试工具,支持REST、SOAP、GraphQL等协议调试。2025年最新版v11新增AI智能生成测试用例、多环境变量同步等功能,适用于前后端分离开发、自动化测试、接口文档自动生成及团队协作共享API资源。本文详细介绍Postman的软件定位、核心功能、安装步骤、首次配置、基础使用及常见问题解答,帮助用户快速上手并高效利用该工具进行API开发与测试。
|
8月前
|
API
时间操作[计算时间差]免费API接口教程-{"code":200,"msg":"0天11时6分40秒"}
此API用于获取两个时间戳之间的格式化时间差。支持POST和GET请求,需提供用户ID、用户KEY及两个时间戳作为参数。返回状态码及时间差或错误信息。示例URL:https://cn.apihz.cn/api/time/zjgapi.php?id=88888888&key=88888888&time1=1710925735&time2=1710927735。建议使用个人ID与KEY以避免调用限制。
|
9月前
|
开发框架 .NET API
Windows Forms应用程序中集成一个ASP.NET API服务
Windows Forms应用程序中集成一个ASP.NET API服务
173 9
|
10月前
|
存储 API 数据库
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
本文介绍了如何在 EF Core 的 Code First 模式下使用自定义类型转换器实现 JsonDocument 和 DateTime 类型到 SQLite 数据库的正确映射。通过自定义 ValueConverter,实现了数据类型的转换,并展示了完整的项目结构和代码实现,包括实体类定义、DbContext 配置、Repositories 仓储模式及数据库应用迁移(Migrations)操作。
193 7
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
|
10月前
|
网络协议 API Windows
MASM32编程调用 API函数RtlIpv6AddressToString,windows 10 容易,Windows 7 折腾
MASM32编程调用 API函数RtlIpv6AddressToString,windows 10 容易,Windows 7 折腾
|
API Python Windows
python3应用windows api对后台程序窗口及桌面截图并保存的方法
python3应用windows api对后台程序窗口及桌面截图并保存的方法
767 1
|
API Python Windows
[已解决] openai.error.AuthenticationError: No API key provided. You can set your API key in code using
[已解决] openai.error.AuthenticationError: No API key provided. You can set your API key in code using
732 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等