ReactOS 0.4.15-dev-7934-g1dc8d80
__BUS_ENUM_DEVICE_EXTENSION__ Struct Reference

#include <kstypes.h>

Collaboration diagram for __BUS_ENUM_DEVICE_EXTENSION__:

Public Attributes

COMMON_DEVICE_EXTENSION Common
 
KSPIN_LOCK Lock
 
KEVENT Event
 
UNICODE_STRING DeviceInterfaceLink
 
PDEVICE_OBJECT PhysicalDeviceObject
 
PDEVICE_OBJECT PnpDeviceObject
 
PDEVICE_OBJECT BusDeviceObject
 
ULONG PdoCreated
 
KTIMER Timer
 
KDPC Dpc
 
WORK_QUEUE_ITEM WorkItem
 
ULONG DeviceAttached
 
UNICODE_STRING ServicePath
 
WCHAR BusIdentifier [1]
 

Detailed Description

Definition at line 207 of file kstypes.h.

Member Data Documentation

◆ BusDeviceObject

PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::BusDeviceObject

Definition at line 215 of file kstypes.h.

Referenced by KsCreateBusEnumObject().

◆ BusIdentifier

WCHAR __BUS_ENUM_DEVICE_EXTENSION__::BusIdentifier[1]

◆ Common

◆ DeviceAttached

ULONG __BUS_ENUM_DEVICE_EXTENSION__::DeviceAttached

Definition at line 220 of file kstypes.h.

Referenced by KsCreateBusEnumObject().

◆ DeviceInterfaceLink

UNICODE_STRING __BUS_ENUM_DEVICE_EXTENSION__::DeviceInterfaceLink

Definition at line 212 of file kstypes.h.

Referenced by KsCreateBusEnumObject().

◆ Dpc

KDPC __BUS_ENUM_DEVICE_EXTENSION__::Dpc

◆ Event

KEVENT __BUS_ENUM_DEVICE_EXTENSION__::Event

Definition at line 211 of file kstypes.h.

Referenced by KsCreateBusEnumObject().

◆ Lock

KSPIN_LOCK __BUS_ENUM_DEVICE_EXTENSION__::Lock

Definition at line 210 of file kstypes.h.

Referenced by KsCreateBusEnumObject(), and KspBusWorkerRoutine().

◆ PdoCreated

ULONG __BUS_ENUM_DEVICE_EXTENSION__::PdoCreated

Definition at line 216 of file kstypes.h.

◆ PhysicalDeviceObject

PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::PhysicalDeviceObject

◆ PnpDeviceObject

PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::PnpDeviceObject

Definition at line 214 of file kstypes.h.

Referenced by KsCreateBusEnumObject(), and KsGetBusEnumPnpDeviceObject().

◆ ServicePath

UNICODE_STRING __BUS_ENUM_DEVICE_EXTENSION__::ServicePath

Definition at line 221 of file kstypes.h.

Referenced by KsCreateBusEnumObject().

◆ Timer

KTIMER __BUS_ENUM_DEVICE_EXTENSION__::Timer

◆ WorkItem

WORK_QUEUE_ITEM __BUS_ENUM_DEVICE_EXTENSION__::WorkItem

Definition at line 219 of file kstypes.h.

Referenced by KsCreateBusEnumObject(), and KspBusDpcRoutine().


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