// wdfdevice.h
typedef enum _WDF_DEVICE_HWACCESS_TARGET_SIZE {
WdfDeviceHwAccessTargetSizeInvalid = 0,
WdfDeviceHwAccessTargetSizeUchar,
WdfDeviceHwAccessTargetSizeUshort,
WdfDeviceHwAccessTargetSizeUlong,
WdfDeviceHwAccessTargetSizeUlong64,
WdfDeviceHwAccessTargetSizeMaximum
} WDF_DEVICE_HWACCESS_TARGET_SIZE, *PWDF_DEVICE_HWACCESS_TARGET_SIZE;
View the official Windows Driver Kit DDI reference// wudfddi_types.h
typedef enum _WDF_DEVICE_HWACCESS_TARGET_SIZE {
WdfDeviceHwAccessTargetSizeInvalid,
WdfDeviceHwAccessTargetSizeUchar,
WdfDeviceHwAccessTargetSizeUshort,
WdfDeviceHwAccessTargetSizeUlong,
WdfDeviceHwAccessTargetSizeUlong64,
WdfDeviceHwAccessTargetSizeMaximum
} WDF_DEVICE_HWACCESS_TARGET_SIZE, *PWDF_DEVICE_HWACCESS_TARGET_SIZE;
View the official Windows Driver Kit DDI referenceNo description available.
[Warning: UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2. For more info, see Getting Started with UMDF.]
The WDF_DEVICE_HWACCESS_TARGET_SIZE enumeration is used internally by the framework. Do not use.
WdfDeviceHwAccessTargetSizeInvalid:0WdfDeviceHwAccessTargetSizeUcharWdfDeviceHwAccessTargetSizeUshortWdfDeviceHwAccessTargetSizeUlongWdfDeviceHwAccessTargetSizeUlong64WdfDeviceHwAccessTargetSizeMaximumUMDF Structures and Enumeration Types
[Warning: UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2. For more info, see Getting Started with UMDF.]
The WDF_DEVICE_HWACCESS_TARGET_SIZE enumeration is used internally by the framework. Do not use.
WdfDeviceHwAccessTargetSizeInvalidWdfDeviceHwAccessTargetSizeUcharWdfDeviceHwAccessTargetSizeUshortWdfDeviceHwAccessTargetSizeUlongWdfDeviceHwAccessTargetSizeUlong64WdfDeviceHwAccessTargetSizeMaximumUMDF Structures and Enumeration Types