// 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 referenceNo description available.
The WdfDeviceWriteToHardware method is used internally by the framework. Do not use.
Instead, use the WDF Register/Port Access Functions.
Device [in]Type [in]Size [in]TargetAddress [in]Value [in]Buffer [in, optional]Count [in, optional]