// 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 referenceNo description available.
Describes attributes of a pipe associated with an endpoint on a specific interface.
EpDescDescribes the endpoint descriptor in a USB_ENDPOINT_DESCRIPTOR structure.
PipeIdThe pipe identifier (ID).