fonction UDECX_USB_ENDPOINT_CALLBACKS_INIT (udecxusbendpoint.h)
Initialise une structure UDECX_USB_ENDPOINT_CALLBACKS avant un appel UdecxUsbEndpointCreate.
Syntaxe
void UDECX_USB_ENDPOINT_CALLBACKS_INIT(
[out] PUDECX_USB_ENDPOINT_CALLBACKS Callbacks,
PFN_UDECX_USB_ENDPOINT_RESET EvtUsbEndpointReset
);
Paramètres
[out] Callbacks
Pointeur vers un UDECX_USB_ENDPOINT_CALLBACKS à initialiser.
EvtUsbEndpointReset
Pointeur vers une fonction de rappel EVT_UDECX_USB_ENDPOINT_RESET.
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 | udecxusbendpoint.h (inclure Udecx.h) |
bibliothèque | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |