WdfDeviceReadFromHardware - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfdevice.h

SIZE_T WdfDeviceReadFromHardware(
  [in]            WDFDEVICE                       Device,
  [in]            WDF_DEVICE_HWACCESS_TARGET_TYPE Type,
  [in]            WDF_DEVICE_HWACCESS_TARGET_SIZE Size,
  [in]            PVOID                           TargetAddress,
  [out, optional] PVOID                           Buffer,
  [in, optional]  ULONG                           Count
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfdevice-wdfdevicereadfromhardware)

WdfDeviceReadFromHardware function

Description

The WdfDeviceReadFromHardware method is used internally by the framework. Do not use.

Instead, use the WDF Register/Port Access Functions.

Parameters

Device [in]

Type [in]

Size [in]

TargetAddress [in]

Buffer [out, optional]

Count [in, optional]

Return value

See also

ReadFromHardware