WDF_USB_PIPE_DIRECTION_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfusb.h

BOOLEAN WDF_USB_PIPE_DIRECTION_IN(
  [in] UCHAR EndpointAddress
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfusb-wdf_usb_pipe_direction_in)

WDF_USB_PIPE_DIRECTION_IN function

Description

[Applies to KMDF and UMDF]

The WDF_USB_PIPE_DIRECTION_IN function determines whether a specified USB endpoint is an input endpoint.

Parameters

EndpointAddress [in]

A USB endpoint address.

Return value

WDF_USB_PIPE_DIRECTION_IN returns TRUE if the specified endpoint is an input endpoint. Otherwise, this function returns FALSE.

Remarks

The high bit of the endpoint address determines the direction (input or output) of an endpoint. For more information about endpoint addresses, see the USB specification.

For more information about the WDF_USB_PIPE_DIRECTION_IN function and USB I/O targets, see USB I/O Targets.

See also

WDF_USB_PIPE_DIRECTION_OUT

WdfUsbTargetPipeIsInEndpoint