ReactOS 0.4.15-dev-7842-g558ab78
_WDF_USB_DEVICE_SELECT_CONFIG_PARAMS Struct Reference

#include <wdfusb.h>

Collaboration diagram for _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS:

Public Attributes

ULONG Size
 
WdfUsbTargetDeviceSelectConfigType Type
 
union {
   struct {
      PUSB_CONFIGURATION_DESCRIPTOR   ConfigurationDescriptor
 
      PUSB_INTERFACE_DESCRIPTOR *   InterfaceDescriptors
 
      ULONG   NumInterfaceDescriptors
 
   }   Descriptor
 
   struct {
      PURB   Urb
 
   }   Urb
 
   struct {
      UCHAR   NumberConfiguredPipes
 
      WDFUSBINTERFACE   ConfiguredUsbInterface
 
   }   SingleInterface
 
   struct {
      UCHAR   NumberInterfaces
 
      PWDF_USB_INTERFACE_SETTING_PAIR   Pairs
 
      UCHAR   NumberOfConfiguredInterfaces
 
   }   MultiInterface
 
Types
 

Detailed Description

Definition at line 531 of file wdfusb.h.

Member Data Documentation

◆ ConfigurationDescriptor

PUSB_CONFIGURATION_DESCRIPTOR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::ConfigurationDescriptor

Definition at line 548 of file wdfusb.h.

◆ ConfiguredUsbInterface

WDFUSBINTERFACE _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::ConfiguredUsbInterface

Definition at line 583 of file wdfusb.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Descriptor

◆ InterfaceDescriptors

PUSB_INTERFACE_DESCRIPTOR* _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::InterfaceDescriptors

Definition at line 553 of file wdfusb.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::MultiInterface

◆ NumberConfiguredPipes

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::NumberConfiguredPipes

Definition at line 577 of file wdfusb.h.

◆ NumberInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::NumberInterfaces

Definition at line 591 of file wdfusb.h.

◆ NumberOfConfiguredInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::NumberOfConfiguredInterfaces

Definition at line 601 of file wdfusb.h.

◆ NumInterfaceDescriptors

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::NumInterfaceDescriptors

Definition at line 558 of file wdfusb.h.

◆ Pairs

PWDF_USB_INTERFACE_SETTING_PAIR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Pairs

Definition at line 596 of file wdfusb.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::SingleInterface

◆ Size

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Size

Definition at line 535 of file wdfusb.h.

◆ Type

WdfUsbTargetDeviceSelectConfigType _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Type

Definition at line 540 of file wdfusb.h.

◆ 

union { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Types

◆ Urb [1/2]

PURB _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Urb

Definition at line 568 of file wdfusb.h.

◆  [2/2]

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS::Urb

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