funzione UDECX_WDF_DEVICE_CONFIG_INIT (udecxwdfdevice.h)

Inizializza una struttura UDECX_WDF_DEVICE_CONFIG .

Sintassi

void UDECX_WDF_DEVICE_CONFIG_INIT(
  [out] PUDECX_WDF_DEVICE_CONFIG                  Config,
  [in]  PFN_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY EvtUdecxWdfDeviceQueryUsbCapability
);

Parametri

[out] Config

Puntatore a una struttura UDECX_WDF_DEVICE_CONFIG da inizializzare.

[in] EvtUdecxWdfDeviceQueryUsbCapability

Puntatore a una funzione di callback EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY .

Valore restituito

nessuno

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Piattaforma di destinazione Windows
Versione KMDF minima 1.15
Intestazione udecxwdfdevice.h (includere Udecx.h)
Libreria Udecxstub.lib
IRQL PASSIVE_LEVEL

Vedi anche

UDECX_WDF_DEVICE_CONFIG

UdecxWdfDeviceAddUsbDeviceEmulation