ReactOS 0.4.15-dev-7842-g558ab78
_USBPORT_RHDEVICE_EXTENSION Struct Reference

#include <usbport.h>

Collaboration diagram for _USBPORT_RHDEVICE_EXTENSION:

Public Attributes

USBPORT_COMMON_DEVICE_EXTENSION CommonExtension
 
ULONG Flags
 
PDEVICE_OBJECT FdoDevice
 
ULONG PdoNameNumber
 
USBPORT_DEVICE_HANDLE DeviceHandle
 
PUSBPORT_RH_DESCRIPTORS RootHubDescriptors
 
PUSBPORT_ENDPOINT Endpoint
 
ULONG ConfigurationValue
 
PRH_INIT_CALLBACK RootHubInitCallback
 
PVOID RootHubInitContext
 
DEVICE_CAPABILITIES Capabilities
 
PIRP WakeIrp
 

Detailed Description

Definition at line 417 of file usbport.h.

Member Data Documentation

◆ Capabilities

DEVICE_CAPABILITIES _USBPORT_RHDEVICE_EXTENSION::Capabilities

Definition at line 428 of file usbport.h.

◆ CommonExtension

USBPORT_COMMON_DEVICE_EXTENSION _USBPORT_RHDEVICE_EXTENSION::CommonExtension

Definition at line 418 of file usbport.h.

Referenced by USBPORT_RegisterDeviceInterface().

◆ ConfigurationValue

ULONG _USBPORT_RHDEVICE_EXTENSION::ConfigurationValue

Definition at line 425 of file usbport.h.

◆ DeviceHandle

USBPORT_DEVICE_HANDLE _USBPORT_RHDEVICE_EXTENSION::DeviceHandle

Definition at line 422 of file usbport.h.

◆ Endpoint

PUSBPORT_ENDPOINT _USBPORT_RHDEVICE_EXTENSION::Endpoint

Definition at line 424 of file usbport.h.

◆ FdoDevice

PDEVICE_OBJECT _USBPORT_RHDEVICE_EXTENSION::FdoDevice

Definition at line 420 of file usbport.h.

◆ Flags

ULONG _USBPORT_RHDEVICE_EXTENSION::Flags

Definition at line 419 of file usbport.h.

◆ PdoNameNumber

ULONG _USBPORT_RHDEVICE_EXTENSION::PdoNameNumber

Definition at line 421 of file usbport.h.

◆ RootHubDescriptors

PUSBPORT_RH_DESCRIPTORS _USBPORT_RHDEVICE_EXTENSION::RootHubDescriptors

Definition at line 423 of file usbport.h.

◆ RootHubInitCallback

PRH_INIT_CALLBACK _USBPORT_RHDEVICE_EXTENSION::RootHubInitCallback

Definition at line 426 of file usbport.h.

◆ RootHubInitContext

PVOID _USBPORT_RHDEVICE_EXTENSION::RootHubInitContext

Definition at line 427 of file usbport.h.

◆ WakeIrp

PIRP _USBPORT_RHDEVICE_EXTENSION::WakeIrp

Definition at line 429 of file usbport.h.


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