UdecxUsbDeviceInitSetStateChangeCallbacks, fonction (udecxusbdevice.h)
Initialise une structure allouée par WDF avec des pointeurs vers des fonctions de rappel.
Syntaxe
void UdecxUsbDeviceInitSetStateChangeCallbacks(
[in, out] PUDECXUSBDEVICE_INIT UdecxUsbDeviceInit,
[in] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);
Paramètres
[in, out] UdecxUsbDeviceInit
Pointeur vers une structure allouée par WDF qui contient des paramètres d’initialisation pour le périphérique USB virtuel. Le pilote client a récupéré ce pointeur lors de l’appel précédent à UdecxUsbDeviceInitAllocate.
[in] Callbacks
Pointeur vers une structure de UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS qui contient des pointeurs vers des fonctions de rappel implémentées par le pilote client.
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 | udecxusbdevice.h (inclure Udecx.h) |
Bibliothèque | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |