ReactOS 0.4.16-dev-942-g91fadeb
|
#include <kstypes.h>
PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::BusDeviceObject |
Definition at line 215 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
WCHAR __BUS_ENUM_DEVICE_EXTENSION__::BusIdentifier[1] |
Definition at line 223 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KsGetBusEnumIdentifier(), KspBusQueryReferenceString(), and KspQueryId().
COMMON_DEVICE_EXTENSION __BUS_ENUM_DEVICE_EXTENSION__::Common |
Definition at line 209 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KsGetBusEnumIdentifier(), KsIsBusEnumChildDevice(), KspBusWorkerRoutine(), KsServiceBusEnumCreateRequest(), and KsServiceBusEnumPnpRequest().
ULONG __BUS_ENUM_DEVICE_EXTENSION__::DeviceAttached |
Definition at line 220 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
UNICODE_STRING __BUS_ENUM_DEVICE_EXTENSION__::DeviceInterfaceLink |
Definition at line 212 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
KDPC __BUS_ENUM_DEVICE_EXTENSION__::Dpc |
Definition at line 218 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KspBusWorkerRoutine(), KsServiceBusEnumCreateRequest(), and KsServiceBusEnumPnpRequest().
KEVENT __BUS_ENUM_DEVICE_EXTENSION__::Event |
Definition at line 211 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
KSPIN_LOCK __BUS_ENUM_DEVICE_EXTENSION__::Lock |
Definition at line 210 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), and KspBusWorkerRoutine().
PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::PhysicalDeviceObject |
Definition at line 213 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KspBusWorkerRoutine(), and KsServiceBusEnumCreateRequest().
PDEVICE_OBJECT __BUS_ENUM_DEVICE_EXTENSION__::PnpDeviceObject |
Definition at line 214 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), and KsGetBusEnumPnpDeviceObject().
UNICODE_STRING __BUS_ENUM_DEVICE_EXTENSION__::ServicePath |
Definition at line 221 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
KTIMER __BUS_ENUM_DEVICE_EXTENSION__::Timer |
Definition at line 217 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KspBusWorkerRoutine(), KsServiceBusEnumCreateRequest(), and KsServiceBusEnumPnpRequest().
WORK_QUEUE_ITEM __BUS_ENUM_DEVICE_EXTENSION__::WorkItem |
Definition at line 219 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), and KspBusDpcRoutine().