PCI_DEVICE_PRESENT_INTERFACE - NtDoc

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

typedef struct _PCI_DEVICE_PRESENT_INTERFACE {
  USHORT                    Size;
  USHORT                    Version;
  PVOID                     Context;
  PINTERFACE_REFERENCE      InterfaceReference;
  PINTERFACE_DEREFERENCE    InterfaceDereference;
  PPCI_IS_DEVICE_PRESENT    IsDevicePresent;
  PPCI_IS_DEVICE_PRESENT_EX IsDevicePresentEx;
} PCI_DEVICE_PRESENT_INTERFACE, *PPCI_DEVICE_PRESENT_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PCI_DEVICE_PRESENT_INTERFACE structure

Description

The PCI_DEVICE_PRESENT_INTERFACE structure is reserved for system use.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

IsDevicePresent

IsDevicePresentEx