ReactOS 0.4.15-dev-7918-g2a2556c
_WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7 Struct Reference

#include <wdf17.h>

Collaboration diagram for _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7:

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

Detailed Description

Definition at line 1954 of file wdf17.h.

Member Data Documentation

◆ ConfigurationDescriptor

PUSB_CONFIGURATION_DESCRIPTOR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::ConfigurationDescriptor

Definition at line 1970 of file wdf17.h.

◆ ConfiguredUsbInterface

WDFUSBINTERFACE _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::ConfiguredUsbInterface

Definition at line 2005 of file wdf17.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Descriptor

◆ InterfaceDescriptors

PUSB_INTERFACE_DESCRIPTOR* _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::InterfaceDescriptors

Definition at line 1975 of file wdf17.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::MultiInterface

◆ NumberConfiguredPipes

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::NumberConfiguredPipes

Definition at line 1999 of file wdf17.h.

◆ NumberInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::NumberInterfaces

Definition at line 2013 of file wdf17.h.

◆ NumberOfConfiguredInterfaces

UCHAR _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::NumberOfConfiguredInterfaces

Definition at line 2023 of file wdf17.h.

◆ NumInterfaceDescriptors

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::NumInterfaceDescriptors

Definition at line 1980 of file wdf17.h.

◆ Pairs

PWDF_USB_INTERFACE_SETTING_PAIR_V1_7 _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Pairs

Definition at line 2018 of file wdf17.h.

◆ 

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::SingleInterface

◆ Size

ULONG _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Size

Definition at line 1958 of file wdf17.h.

◆ Type

WdfUsbTargetDeviceSelectConfigType _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Type

Definition at line 1963 of file wdf17.h.

◆ 

union { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Types

◆ Urb [1/2]

PURB _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Urb

Definition at line 1990 of file wdf17.h.

◆  [2/2]

struct { ... } _WDF_USB_DEVICE_SELECT_CONFIG_PARAMS_V1_7::Urb

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