DEVPKEY_DeviceClass_IconPath

DEVPKEY_DeviceClass_IconPath设备属性表示 设备安装类的图标列表。

Attribute

属性键

DEVPKEY_DeviceClass_IconPath

Property-data-type identifier

DEVPROP_TYPE_STRING_LIST

安装应用程序和安装程序的只读访问权限

相应的注册表值名称

IconPath

本地化?

备注

可以调用 CM_Get_Class_PropertySetupDiGetClassProperty 来检索 DEVPKEY_DeviceClass_IconPath 的值。

DEVPKEY_DeviceClass_IconPath值是采用 Windows shell 所用格式的图标资源说明符的 REG_MULTI_SZ类型列表。 图标资源说明符的格式为“executable-file-pathresource-identifier”,其中 executable-file-path 包含包含图标资源的计算机上的文件的完全限定路径, resource-identifier 指定标识资源的整数。 例如,图标资源说明符“%SystemRoot%\system32\DLL1.dll,-12”包含可执行文件路径“%SystemRoot%\system32\DLL1.dll”和资源标识符“-12”。

Windows Server 2003、Windows XP 和 Windows 2000 不支持此属性。 有关如何在这些版本的 Windows 上访问设备安装类的图标信息的信息,请参阅 访问设备安装程序类的图标属性

要求

版本:Windows Vista 和更高版本的 Windows 标头:Devpkey.h (包括 Devpkey.h)

另请参阅

SetupDiGetClassProperty

SetupDiLoadClassIcon