WdfDeviceWriteToHardware - NtDoc

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

VOID WdfDeviceWriteToHardware(
  [in]           WDFDEVICE                       Device,
  [in]           WDF_DEVICE_HWACCESS_TARGET_TYPE Type,
  [in]           WDF_DEVICE_HWACCESS_TARGET_SIZE Size,
  [in]           PVOID                           TargetAddress,
  [in]           SIZE_T                          Value,
  [in, 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-wdfdevicewritetohardware)

WdfDeviceWriteToHardware function

Description

The WdfDeviceWriteToHardware 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]

Value [in]

Buffer [in, optional]

Count [in, optional]

See also

WriteToHardware