Condividi tramite


PCI_DEVICE_PRESENT_INTERFACE struttura (wdm.h)

La struttura PCI_DEVICE_PRESENT_INTERFACE è riservata per l'uso del sistema.

Sintassi

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

Requisiti

Requisito Valore
Intestazione wdm.h