ReactOS 0.4.15-dev-7942-gd23573b
_WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9 Struct Reference

#include <wdf19.h>

Collaboration diagram for _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9:

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_V1_9   Pairs
 
      UCHAR   NumberOfConfiguredInterfaces
 
   }   MultiInterface
 
Types
 

Detailed Description

Definition at line 2136 of file wdf19.h.

Member Data Documentation

◆ ConfigurationDescriptor

PUSB_CONFIGURATION_DESCRIPTOR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::ConfigurationDescriptor

Definition at line 2152 of file wdf19.h.

◆ ConfiguredUsbInterface

WDFUSBINTERFACE _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::ConfiguredUsbInterface

Definition at line 2187 of file wdf19.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Descriptor

◆ InterfaceDescriptors

PUSB_INTERFACE_DESCRIPTOR* _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::InterfaceDescriptors

Definition at line 2157 of file wdf19.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::MultiInterface

◆ NumberConfiguredPipes

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::NumberConfiguredPipes

Definition at line 2181 of file wdf19.h.

◆ NumberInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::NumberInterfaces

Definition at line 2195 of file wdf19.h.

◆ NumberOfConfiguredInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::NumberOfConfiguredInterfaces

Definition at line 2205 of file wdf19.h.

◆ NumInterfaceDescriptors

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::NumInterfaceDescriptors

Definition at line 2162 of file wdf19.h.

◆ Pairs

PWDF_USB_INTERFACE_SETTING_PAIR_V1_9 _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Pairs

Definition at line 2200 of file wdf19.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::SingleInterface

◆ Size

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Size

Definition at line 2140 of file wdf19.h.

◆ Type

WdfUsbTargetDeviceSelectConfigType _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Type

Definition at line 2145 of file wdf19.h.

◆ 

union { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Types

◆ Urb [1/2]

PURB _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Urb

Definition at line 2172 of file wdf19.h.

◆  [2/2]

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_9::Urb

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