ReactOS 0.4.15-dev-8052-gc0e3179
BUS_INSTALL_ENUM_CONTEXT Struct Reference

#include <kstypes.h>

Collaboration diagram for BUS_INSTALL_ENUM_CONTEXT:

Public Attributes

PIRP Irp
 
PBUS_ENUM_DEVICE_EXTENSION BusDeviceExtension
 
KEVENT Event
 
NTSTATUS Status
 
WORK_QUEUE_ITEM WorkItem
 

Detailed Description

Definition at line 226 of file kstypes.h.

Member Data Documentation

◆ BusDeviceExtension

PBUS_ENUM_DEVICE_EXTENSION BUS_INSTALL_ENUM_CONTEXT::BusDeviceExtension

Definition at line 229 of file kstypes.h.

Referenced by KsRemoveBusEnumInterface().

◆ Event

KEVENT BUS_INSTALL_ENUM_CONTEXT::Event

Definition at line 230 of file kstypes.h.

Referenced by KsRemoveBusEnumInterface().

◆ Irp

PIRP BUS_INSTALL_ENUM_CONTEXT::Irp

Definition at line 228 of file kstypes.h.

Referenced by KsRemoveBusEnumInterface().

◆ Status

NTSTATUS BUS_INSTALL_ENUM_CONTEXT::Status

Definition at line 231 of file kstypes.h.

Referenced by KsRemoveBusEnumInterface().

◆ WorkItem

WORK_QUEUE_ITEM BUS_INSTALL_ENUM_CONTEXT::WorkItem

Definition at line 232 of file kstypes.h.

Referenced by KsRemoveBusEnumInterface().


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