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,如需转载请自行联系原作者

相关文章
|
8月前
|
人工智能 机器人 编译器
【C++】Windows端VS code中运行CMake工程(手把手教学)
【C++】Windows端VS code中运行CMake工程(手把手教学)
|
监控 编译器 API
[笔记]Windows核心编程《二十二》注入DLL和拦截API(一)
[笔记]Windows核心编程《二十二》注入DLL和拦截API
264 0
|
2月前
|
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以避免调用限制。
|
3月前
|
开发框架 .NET API
Windows Forms应用程序中集成一个ASP.NET API服务
Windows Forms应用程序中集成一个ASP.NET API服务
111 9
|
4月前
|
存储 API 数据库
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
本文介绍了如何在 EF Core 的 Code First 模式下使用自定义类型转换器实现 JsonDocument 和 DateTime 类型到 SQLite 数据库的正确映射。通过自定义 ValueConverter,实现了数据类型的转换,并展示了完整的项目结构和代码实现,包括实体类定义、DbContext 配置、Repositories 仓储模式及数据库应用迁移(Migrations)操作。
79 6
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
|
4月前
|
网络协议 API Windows
MASM32编程调用 API函数RtlIpv6AddressToString,windows 10 容易,Windows 7 折腾
MASM32编程调用 API函数RtlIpv6AddressToString,windows 10 容易,Windows 7 折腾
|
8月前
|
API Python Windows
python3应用windows api对后台程序窗口及桌面截图并保存的方法
python3应用windows api对后台程序窗口及桌面截图并保存的方法
553 1
|
8月前
|
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
456 0
|
存储 缓存 API
[总结]Windows Crypto API 自动更新根证书问题原因及解决方案
[总结]Windows Crypto API 自动更新根证书问题原因及解决方案
164 0
|
API Windows
[笔记]Windows核心编程《番外篇》常用的NT API及使用示例
[笔记]Windows核心编程《番外篇》常用的NT API及使用示例
221 0