ReactOS 0.4.15-dev-7942-gd23573b
__BUS_DEVICE_ENTRY__ Struct Reference

#include <kstypes.h>

Collaboration diagram for __BUS_DEVICE_ENTRY__:

Public Attributes

LIST_ENTRY Entry
 
LIST_ENTRY DeviceInterfaceList
 
LIST_ENTRY IrpPendingList
 
PDEVICE_OBJECT PDO
 
DEVICE_STATE DeviceState
 
GUID DeviceGuid
 
LPWSTR PDODeviceName
 
LPWSTR DeviceName
 
LPWSTR BusId
 
LARGE_INTEGER TimeCreated
 
LARGE_INTEGER TimeExpired
 
LPWSTR Instance
 

Detailed Description

Definition at line 191 of file kstypes.h.

Member Data Documentation

◆ BusId

LPWSTR __BUS_DEVICE_ENTRY__::BusId

Definition at line 201 of file kstypes.h.

Referenced by KspCreateDeviceReference(), and KspQueryId().

◆ DeviceGuid

GUID __BUS_DEVICE_ENTRY__::DeviceGuid

Definition at line 198 of file kstypes.h.

Referenced by KspCreateDeviceReference(), and KspInstallBusEnumInterface().

◆ DeviceInterfaceList

LIST_ENTRY __BUS_DEVICE_ENTRY__::DeviceInterfaceList

Definition at line 194 of file kstypes.h.

Referenced by KspCreateDeviceReference(), and KspEnableBusDeviceInterface().

◆ DeviceName

LPWSTR __BUS_DEVICE_ENTRY__::DeviceName

◆ DeviceState

◆ Entry

LIST_ENTRY __BUS_DEVICE_ENTRY__::Entry

Definition at line 193 of file kstypes.h.

Referenced by KspCreateDeviceReference().

◆ Instance

LPWSTR __BUS_DEVICE_ENTRY__::Instance

◆ IrpPendingList

LIST_ENTRY __BUS_DEVICE_ENTRY__::IrpPendingList

Definition at line 195 of file kstypes.h.

Referenced by KspCreateDeviceReference(), and KsServiceBusEnumCreateRequest().

◆ PDO

◆ PDODeviceName

LPWSTR __BUS_DEVICE_ENTRY__::PDODeviceName

Definition at line 199 of file kstypes.h.

Referenced by KspDoReparseForIrp(), KspStartBusDevice(), and KsServiceBusEnumPnpRequest().

◆ TimeCreated

LARGE_INTEGER __BUS_DEVICE_ENTRY__::TimeCreated

Definition at line 202 of file kstypes.h.

Referenced by KspBusWorkerRoutine(), and KspStartBusDevice().

◆ TimeExpired

LARGE_INTEGER __BUS_DEVICE_ENTRY__::TimeExpired

Definition at line 203 of file kstypes.h.


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