Funzione WdfDeviceReadFromHardware (wdfdevice.h)

Il metodo WdfDeviceReadFromHardware viene usato internamente dal framework. Non usare.

Usare invece le funzioni di registrazione/accesso alla porta WDF.

Sintassi

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

Parametri

[in] Device

[in] Type

[in] Size

[in] TargetAddress

[out, optional] Buffer

[in, optional] Count

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Versione KMDF minima 1.11
Versione UMDF minima 2,0
Intestazione wdfdevice.h (includere Wdf.h)
Libreria Wdf01000.sys (vedere Framework Library Versioning).
IRQL PASSIVE_LEVEL

Vedi anche

ReadFromHardware