PUSB_BUSIFFN_IS_DEVICE_HIGH_SPEED fonction de rappel (usbbusif.h)
La routine USB_BUSIFFN_IS_DEVICE_HIGH_SPEED retourne TRUE
si l’appareil fonctionne à grande vitesse.
Syntaxe
typedef BOOLEAN
(USB_BUSIFFN *PUSB_BUSIFFN_IS_DEVICE_HIGH_SPEED) (
IN PVOID
);
Paramètres
[in, optional] unnamedParam1
Handle retourné dans le membre BusContext de la structure USB_BUS_INTERFACE_USBDI_V1 par une demande de IRP_MN_QUERY_INTERFACE.
Valeur de retour
USB_BUSIFFN_IS_DEVICE_HIGH_SPEED implémentation retourne TRUE
si l’appareil USB fonctionne à grande vitesse d’appareil compatible USB 2.0 ; FALSE
sinon.
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Bureau |
d’en-tête | usbbusif.h (include Usbbusif.h) |
IRQL | < = DISPATCH_LEVEL |