PCI_EXPRESS_ROOT_PORT_INTERFACE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _PCI_EXPRESS_ROOT_PORT_INTERFACE {
  USHORT                                    Size;
  USHORT                                    Version;
  PVOID                                     Context;
  PINTERFACE_REFERENCE                      InterfaceReference;
  PINTERFACE_DEREFERENCE                    InterfaceDereference;
  PPCI_EXPRESS_ROOT_PORT_READ_CONFIG_SPACE  ReadConfigSpace;
  PPCI_EXPRESS_ROOT_PORT_WRITE_CONFIG_SPACE WriteConfigSpace;
} PCI_EXPRESS_ROOT_PORT_INTERFACE, *PPCI_EXPRESS_ROOT_PORT_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_pci_express_root_port_interface)

_PCI_EXPRESS_ROOT_PORT_INTERFACE structure

Description

The PCI_EXPRESS_ROOT_PORT_INTERFACE structure is reserved for system use.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

ReadConfigSpace

WriteConfigSpace

Remarks

See also