Shell_GetCachedImageIndexW函数 (shlobj_core.h)
[Shell_GetCachedImageIndex 可用于“要求”部分中指定的操作系统。 在后续版本中可能会更改或不可用。 请改用 Shell_GetCachedImageIndexA 或 Shell_GetCachedImageIndexW.]
检索缓存图标的缓存索引。
语法
int Shell_GetCachedImageIndexW(
LPCWSTR pszIconPath,
int iIconIndex,
UINT uIconFlags
);
参数
pszIconPath
待定
iIconIndex
类型:int
在 pwszIconPath中命名的文件中图像的索引。
uIconFlags
类型:UINT
未使用。
返回值
类型:int
返回图像的索引,或在失败时返回 –1。
言论
此函数的 Shell_GetCachedImageIndexA 和 Shell_GetCachedImageIndexW 版本已添加到 Windows Vista 中。 对于 Unicode 字符串,请调用 Shell_GetCachedImageIndexW 或 Shell_GetCachedImageIndex。 对于 ANSI 字符串,必须显式调用 Shell_GetCachedImageIndexA。
Windows Server 2003 和 Windows XP:仅支持 Shell_GetCachedImageIndex。 Shell_GetCachedImageIndex 需要 Unicode 字符串。
注意
shlobj_core.h 标头将Shell_GetCachedImageIndex定义为一个别名,该别名根据 UNICODE 预处理器常量的定义自动选择此函数的 ANSI 或 Unicode 版本。 将中性编码别名与不中性编码的代码混合使用可能会导致编译或运行时错误不匹配。 有关详细信息,请参阅函数原型的
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows XP [仅限桌面应用] |
支持的最低服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | 窗户 |
标头 | shlobj_core.h(包括 Shlobj.h、Shlobj_core.h、Shlobj.h、Shlobj_core.h) |
库 | Shell32.lib |
DLL | Shell32.dll (版本 5.0 或更高版本) |
API 集 | ext-ms-win-shell-shell32-l1-2-1(在 Windows 10 版本 10.0.10240 中引入) |