Condividi tramite


funzione WDF_USB_PIPE_DIRECTION_IN (wdfusb.h)

[Si applica a KMDF e UMDF]

La funzione WDF_USB_PIPE_DIRECTION_IN determina se un endpoint USB specificato è un endpoint di input.

Sintassi

BOOLEAN WDF_USB_PIPE_DIRECTION_IN(
  [in] UCHAR EndpointAddress
);

Parametri

[in] EndpointAddress

Un indirizzo endpoint USB.

Valore restituito

WDF_USB_PIPE_DIRECTION_IN restituisceTRUE se l'endpoint specificato è un endpoint di input. In caso contrario, questa funzione restituisce FALSE.

Commenti

Il bit elevato dell'indirizzo dell'endpoint determina la direzione (input o output) di un endpoint. Per altre informazioni sugli indirizzi endpoint, vedere la specifica USB.

Per altre informazioni sulla funzione WDF_USB_PIPE_DIRECTION_IN e sulle destinazioni di I/O USB, vedere Destinazioni di I/O USB.

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Versione KMDF minima 1.0
Versione UMDF minima 2,0
Intestazione wdfusb.h (include Wdfusb.h)
Libreria Nessuno

Vedi anche

WDF_USB_PIPE_DIRECTION_OUT

WdfUsbTargetPipeIsInEndpoint