ReactOS 0.4.15-dev-7953-g1f49173
USB_WWID_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for USB_WWID_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 InterfaceNumber
 
UINT16 VendorId
 
UINT16 ProductId
 

Detailed Description

This device path describes a USB device using its serial number.

Definition at line 442 of file DevicePath.h.

Member Data Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL USB_WWID_DEVICE_PATH::Header

Definition at line 443 of file DevicePath.h.

◆ InterfaceNumber

UINT16 USB_WWID_DEVICE_PATH::InterfaceNumber

USB interface number.

Definition at line 447 of file DevicePath.h.

◆ ProductId

UINT16 USB_WWID_DEVICE_PATH::ProductId

USB product id of the device.

Definition at line 455 of file DevicePath.h.

◆ VendorId

UINT16 USB_WWID_DEVICE_PATH::VendorId

USB vendor id of the device.

Definition at line 451 of file DevicePath.h.


The documentation for this struct was generated from the following file: