Partager via


UDECX_WDF_DEVICE_CONFIG_INIT function (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

Aucun

Exigences

Exigence Valeur
client minimum pris en charge Windows 10
serveur minimum pris en charge Windows Server 2016
plateforme cible Windows
version minimale de KMDF 1.15
d’en-tête udecxwdfdevice.h (include Udecx.h)
bibliothèque Udecxstub.lib
IRQL PASSIVE_LEVEL

Voir aussi

UDECX_WDF_DEVICE_CONFIG

UdecxWdfDeviceAddUsbDeviceEmulation