USBFN_PIPE_INFORMATION - NtDoc

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

typedef struct _USBFN_PIPE_INFORMATION {
  USB_ENDPOINT_DESCRIPTOR EpDesc;
  USBFNPIPEID             PipeId;
} USBFN_PIPE_INFORMATION, *PUSBFN_PIPE_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnbase-_usbfn_pipe_information)

_USBFN_PIPE_INFORMATION structure

Description

Describes attributes of a pipe associated with an endpoint on a specific interface.

Members

EpDesc

Describes the endpoint descriptor in a USB_ENDPOINT_DESCRIPTOR structure.

PipeId

The pipe identifier (ID).

See also

USB_ENDPOINT_DESCRIPTOR