ReactOS 0.4.15-dev-8636-g945e856
|
#include <usbport.h>
Public Attributes | |
LIST_ENTRY | InterfaceLink |
UCHAR | AlternateSetting |
UCHAR | Pad1 [3] |
USB_INTERFACE_DESCRIPTOR | InterfaceDescriptor |
UCHAR | Pad2 [3] |
USBPORT_PIPE_HANDLE | PipeHandle [1] |
UCHAR _USBPORT_INTERFACE_HANDLE::AlternateSetting |
Definition at line 179 of file usbport.h.
Referenced by USBPORT_OpenInterface(), and USBPORT_RestoreDevice().
USB_INTERFACE_DESCRIPTOR _USBPORT_INTERFACE_HANDLE::InterfaceDescriptor |
Definition at line 181 of file usbport.h.
Referenced by USBHI_QueryDeviceInformation(), USBPORT_CloseConfiguration(), USBPORT_GetInterfaceHandle(), USBPORT_HandleSelectInterface(), USBPORT_OpenInterface(), and USBPORT_RestoreDevice().
LIST_ENTRY _USBPORT_INTERFACE_HANDLE::InterfaceLink |
Definition at line 178 of file usbport.h.
Referenced by USBPORT_GetInterfaceHandle(), USBPORT_HandleSelectConfiguration(), and USBPORT_HandleSelectInterface().
USBPORT_PIPE_HANDLE _USBPORT_INTERFACE_HANDLE::PipeHandle[1] |
Definition at line 183 of file usbport.h.
Referenced by USBHI_QueryDeviceInformation(), USBPORT_CloseConfiguration(), USBPORT_HandleSelectInterface(), and USBPORT_OpenInterface().