UDECX_WDF_DEVICE_CONFIG_INIT, fonction (udecxwdfdevice.h)

Initialise une structure UDECX_WDF_DEVICE_CONFIG .

Syntaxe

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

Paramètres

[out] Config

Pointeur vers une structure UDECX_WDF_DEVICE_CONFIG à initialiser.

[in] EvtUdecxWdfDeviceQueryUsbCapability

Pointeur vers une fonction de rappel EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY .

Valeur de retour

None

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10
Serveur minimal pris en charge Windows Server 2016
Plateforme cible Windows
Version KMDF minimale 1.15
En-tête udecxwdfdevice.h (include Udecx.h)
Bibliothèque Udecxstub.lib
IRQL PASSIVE_LEVEL

Voir aussi

UDECX_WDF_DEVICE_CONFIG

UdecxWdfDeviceAddUsbDeviceEmulation