WDF_PROPERTY_STORE_ROOT_CLASS 枚举 (wudfddi_types.h)

[警告: UMDF 2 是最新版本的 UMDF,并取代 UMDF 1。 所有新的 UMDF 驱动程序都应使用 UMDF 2 编写。 不会向 UMDF 1 添加任何新功能,并且较新版本的 Windows 10 上对 UMDF 1 的支持有限。 通用 Windows 驱动程序必须使用 UMDF 2。 有关详细信息,请参阅使用 UMDF 入门。]

WDF_PROPERTY_STORE_ROOT_CLASS枚举标识 UMDF 属性存储的注册表项。

语法

typedef enum _WDF_PROPERTY_STORE_ROOT_CLASS {
  WdfPropertyStoreRootClassHardwareKey,
  WdfPropertyStoreRootClassSoftwareKey,
  WdfPropertyStoreRootClassDeviceInterfaceKey,
  WdfPropertyStoreRootClassLegacyHardwareKey
} WDF_PROPERTY_STORE_ROOT_CLASS;

常量

 
WdfPropertyStoreRootClassHardwareKey
属性存储表示设备 的硬件密钥
WdfPropertyStoreRootClassSoftwareKey
属性存储表示驱动程序 的软件密钥
WdfPropertyStoreRootClassDeviceInterfaceKey
属性存储表示 设备接口类实例的密钥。
WdfPropertyStoreRootClassLegacyHardwareKey
属性存储区表示 DEVICEMAP 密钥,它仅由少数较旧的驱动程序使用。

注解

WDF_PROPERTY_STORE_ROOT_CLASS 枚举在WDF_PROPERTY_STORE_ROOT结构中使用。

要求

要求
最低 UMDF 版本 1.9
标头 wudfddi_types.h (包括 Wudfddi.h)

另请参阅

WDF_PROPERTY_STORE_ROOT