ReactOS 0.4.15-dev-8100-g1887773
_USBPORT_COMMON_DEVICE_EXTENSION Struct Reference

#include <usbport.h>

Collaboration diagram for _USBPORT_COMMON_DEVICE_EXTENSION:

Public Attributes

PDEVICE_OBJECT SelfDevice
 
PDEVICE_OBJECT LowerPdoDevice
 
PDEVICE_OBJECT LowerDevice
 
ULONG IsPDO
 
UNICODE_STRING SymbolicLinkName
 
BOOL IsInterfaceEnabled
 
DEVICE_POWER_STATE DevicePowerState
 
ULONG PnpStateFlags
 

Detailed Description

Definition at line 280 of file usbport.h.

Member Data Documentation

◆ DevicePowerState

DEVICE_POWER_STATE _USBPORT_COMMON_DEVICE_EXTENSION::DevicePowerState

Definition at line 287 of file usbport.h.

Referenced by USBPORT_AddDevice(), USBPORT_FdoPnP(), and USBPORT_PdoPnP().

◆ IsInterfaceEnabled

BOOL _USBPORT_COMMON_DEVICE_EXTENSION::IsInterfaceEnabled

Definition at line 286 of file usbport.h.

Referenced by USBPORT_RegisterDeviceInterface().

◆ IsPDO

ULONG _USBPORT_COMMON_DEVICE_EXTENSION::IsPDO

Definition at line 284 of file usbport.h.

Referenced by USBPORT_AddDevice(), and USBPORT_Dispatch().

◆ LowerDevice

PDEVICE_OBJECT _USBPORT_COMMON_DEVICE_EXTENSION::LowerDevice

◆ LowerPdoDevice

PDEVICE_OBJECT _USBPORT_COMMON_DEVICE_EXTENSION::LowerPdoDevice

Definition at line 282 of file usbport.h.

Referenced by USBPORT_AddDevice(), and USBPORT_FindCompanionControllers().

◆ PnpStateFlags

ULONG _USBPORT_COMMON_DEVICE_EXTENSION::PnpStateFlags

◆ SelfDevice

PDEVICE_OBJECT _USBPORT_COMMON_DEVICE_EXTENSION::SelfDevice

◆ SymbolicLinkName

UNICODE_STRING _USBPORT_COMMON_DEVICE_EXTENSION::SymbolicLinkName

Definition at line 285 of file usbport.h.

Referenced by USBPORT_RegisterDeviceInterface().


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