CM_Get_Device_Interface_Property_Keys_ExW 函数 (cfgmgr32.h)
[从 Windows 8 和 Windows Server 2012 开始,此函数已弃用。 请改用 CM_Get_Device_Interface_Property_Keys 。]
CM_Get_Device_Interface_Property_Keys_ExW 函数检索设备属性键数组,这些键表示为设备接口设置的设备属性。
语法
CMAPI CONFIGRET CM_Get_Device_Interface_Property_Keys_ExW(
[in] LPCWSTR pszDeviceInterface,
[out, optional] DEVPROPKEY *PropertyKeyArray,
[in, out] PULONG PropertyKeyCount,
[in] ULONG ulFlags,
[in, optional] HMACHINE hMachine
);
参数
[in] pszDeviceInterface
指向一个字符串的指针,该字符串标识要从中检索属性键的设备接口实例。
[out, optional] PropertyKeyArray
指向接收 DEVPROPKEY 类型值数组的缓冲区的指针,其中每个值都是一个设备属性键,表示为设备接口设置的设备属性。 指针是可选的,可以为 NULL
[in, out] PropertyKeyCount
PropertyKeyArray 缓冲区的大小(以 DEVPROPKEY 类型单位为单位)。 如果 PropertyKeyArray 设置为 NULL, 则 *PropertyKeyCount 必须设置为零。 作为输出,如果 PropertyKeyArray 不够大,无法保存所有属性键数据, CM_Get_Device_Interface_Property_Keys_ExW 返回键计数,位于 *PropertyKeyCount 中。
[in] ulFlags
保留。 必须设置为零。
[in, optional] hMachine
调用方提供的计算机句柄,从上一次调用 CM_Connect_Machine获取。
返回值
如果操作成功,函数将返回CR_SUCCESS。 否则,它将返回 Cfgmgr32.h 中定义的CR_前缀错误代码之一。
注解
CM_Get_Device_Interface_Property_Keys_ExW 是 统一设备属性模型的一部分。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 适用于 Microsoft Windows 10 及更高版本的 Windows。 |
目标平台 | 桌面 |
标头 | cfgmgr32.h (包括 Cfgmgr32.h) |
Library | Cfgmgr32.lib |