次の方法で共有


USBDBG_INTERFACE_DESCRIPTOR (Compact 2013)

10/16/2014

This structure contains a USB interface descriptor, which consists of one interface descriptor and one or more endpoint descriptors.

Syntax

typedef struct USBDBG_INTERFACE_DESCRIPTOR
{
    USB_INTERFACE_DESCRIPTOR* pUsbInterfaceDescriptor;
    USB_ENDPOINT_DESCRIPTOR** ppUsbEndPtDescriptors;
} USBDBG_INTERFACE_DESCRIPTOR;

Members

  • pUsbInterfaceDescriptor
    Pointer to a USB interface descriptor.
  • ppUsbEndPtDescriptors
    Pointer to a pointer to an array of USB endpoint descriptors.

Remarks

For more information about the USB interface descriptor, see the USB 2.0 specification.

Requirements

Header

UsbDbgDdsi.h

See Also

Reference

USBDBG PDD Structures