Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PCI_DEVICE_PRESENT_INTERFACE structure (wdm.h)

The PCI_DEVICE_PRESENT_INTERFACE structure is reserved for system use.

Syntax

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;

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

IsDevicePresent

IsDevicePresentEx

Requirements

Requirement Value
Header wdm.h

Feedback

Was this page helpful?

Additional resources