WDF_DEVICE_HWACCESS_TARGET_SIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdfdevice-_wdf_device_hwaccess_target_size)

_WDF_DEVICE_HWACCESS_TARGET_SIZE enumeration (wdfdevice.h)

Description

[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.

Constants

WdfDeviceHwAccessTargetSizeInvalid:0

WdfDeviceHwAccessTargetSizeUchar

WdfDeviceHwAccessTargetSizeUshort

WdfDeviceHwAccessTargetSizeUlong

WdfDeviceHwAccessTargetSizeUlong64

WdfDeviceHwAccessTargetSizeMaximum

See also

UMDF Structures and Enumeration Types


Windows Driver Kit DDI reference (ne-wudfddi_types-_wdf_device_hwaccess_target_size)

_WDF_DEVICE_HWACCESS_TARGET_SIZE enumeration (wudfddi_types.h)

Description

[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.

Constants

WdfDeviceHwAccessTargetSizeInvalid

WdfDeviceHwAccessTargetSizeUchar

WdfDeviceHwAccessTargetSizeUshort

WdfDeviceHwAccessTargetSizeUlong

WdfDeviceHwAccessTargetSizeUlong64

WdfDeviceHwAccessTargetSizeMaximum

See also

UMDF Structures and Enumeration Types