Función WdfDeviceReadFromHardware (wdfdevice.h)

El marco usa internamente el método WdfDeviceReadFromHardware . No debe usarse.

En su lugar, use las funciones de registro y puerto de WDF.

Sintaxis

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
);

Parámetros

[in] Device

[in] Type

[in] Size

[in] TargetAddress

[out, optional] Buffer

[in, optional] Count

Requisitos

Requisito Value
Plataforma de destino Universal
Versión mínima de KMDF 1.11
Versión mínima de UMDF 2.0
Encabezado wdfdevice.h (incluya Wdf.h)
Library Wdf01000.sys (consulte Control de versiones de la biblioteca de marcos).
IRQL PASSIVE_LEVEL

Consulte también

ReadFromHardware