ReactOS 0.4.15-dev-7924-g5949c20
_PCI_MJ_DISPATCH_TABLE Struct Reference

#include <pci.h>

Collaboration diagram for _PCI_MJ_DISPATCH_TABLE:

Public Attributes

ULONG PnpIrpMaximumMinorFunction
 
PPCI_MN_DISPATCH_TABLE PnpIrpDispatchTable
 
ULONG PowerIrpMaximumMinorFunction
 
PPCI_MN_DISPATCH_TABLE PowerIrpDispatchTable
 
PCI_DISPATCH_STYLE SystemControlIrpDispatchStyle
 
PCI_DISPATCH_FUNCTION SystemControlIrpDispatchFunction
 
PCI_DISPATCH_STYLE OtherIrpDispatchStyle
 
PCI_DISPATCH_FUNCTION OtherIrpDispatchFunction
 

Detailed Description

Definition at line 343 of file pci.h.

Member Data Documentation

◆ OtherIrpDispatchFunction

PCI_DISPATCH_FUNCTION _PCI_MJ_DISPATCH_TABLE::OtherIrpDispatchFunction

Definition at line 352 of file pci.h.

Referenced by PciDispatchIrp().

◆ OtherIrpDispatchStyle

PCI_DISPATCH_STYLE _PCI_MJ_DISPATCH_TABLE::OtherIrpDispatchStyle

Definition at line 351 of file pci.h.

Referenced by PciDispatchIrp().

◆ PnpIrpDispatchTable

PPCI_MN_DISPATCH_TABLE _PCI_MJ_DISPATCH_TABLE::PnpIrpDispatchTable

Definition at line 346 of file pci.h.

Referenced by PciDispatchIrp().

◆ PnpIrpMaximumMinorFunction

ULONG _PCI_MJ_DISPATCH_TABLE::PnpIrpMaximumMinorFunction

Definition at line 345 of file pci.h.

Referenced by PciDispatchIrp().

◆ PowerIrpDispatchTable

PPCI_MN_DISPATCH_TABLE _PCI_MJ_DISPATCH_TABLE::PowerIrpDispatchTable

Definition at line 348 of file pci.h.

Referenced by PciDispatchIrp().

◆ PowerIrpMaximumMinorFunction

ULONG _PCI_MJ_DISPATCH_TABLE::PowerIrpMaximumMinorFunction

Definition at line 347 of file pci.h.

Referenced by PciDispatchIrp().

◆ SystemControlIrpDispatchFunction

PCI_DISPATCH_FUNCTION _PCI_MJ_DISPATCH_TABLE::SystemControlIrpDispatchFunction

Definition at line 350 of file pci.h.

Referenced by PciDispatchIrp().

◆ SystemControlIrpDispatchStyle

PCI_DISPATCH_STYLE _PCI_MJ_DISPATCH_TABLE::SystemControlIrpDispatchStyle

Definition at line 349 of file pci.h.

Referenced by PciDispatchIrp().


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