ReactOS 0.4.15-dev-7934-g1dc8d80
_WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0 Struct Reference

#include <wdf10.h>

Collaboration diagram for _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0:

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

Detailed Description

Definition at line 1899 of file wdf10.h.

Member Data Documentation

◆ ConfigurationDescriptor

PUSB_CONFIGURATION_DESCRIPTOR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::ConfigurationDescriptor

Definition at line 1915 of file wdf10.h.

◆ ConfiguredUsbInterface

WDFUSBINTERFACE _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::ConfiguredUsbInterface

Definition at line 1950 of file wdf10.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Descriptor

◆ InterfaceDescriptors

PUSB_INTERFACE_DESCRIPTOR* _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::InterfaceDescriptors

Definition at line 1920 of file wdf10.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::MultiInterface

◆ NumberConfiguredPipes

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::NumberConfiguredPipes

Definition at line 1944 of file wdf10.h.

◆ NumberInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::NumberInterfaces

Definition at line 1958 of file wdf10.h.

◆ NumberOfConfiguredInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::NumberOfConfiguredInterfaces

Definition at line 1968 of file wdf10.h.

◆ NumInterfaceDescriptors

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::NumInterfaceDescriptors

Definition at line 1925 of file wdf10.h.

◆ Pairs

PWDF_USB_INTERFACE_SETTING_PAIR_V1_0 _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Pairs

Definition at line 1963 of file wdf10.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::SingleInterface

◆ Size

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Size

Definition at line 1903 of file wdf10.h.

◆ Type

WdfUsbTargetDeviceSelectConfigType _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Type

Definition at line 1908 of file wdf10.h.

◆ 

union { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Types

◆ Urb [1/2]

PURB _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Urb

Definition at line 1935 of file wdf10.h.

◆  [2/2]

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_0::Urb

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