PCI_EXPRESS_NPEM_CAPABILITY - NtDoc

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

typedef struct _PCI_EXPRESS_NPEM_CAPABILITY {
  PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER Header;
  PCI_EXPRESS_NPEM_CAPABILITY_REGISTER   Capability;
  PCI_EXPRESS_NPEM_CONTROL_REGISTER      Control;
  PCI_EXPRESS_NPEM_STATUS_REGISTER       Status;
} PCI_EXPRESS_NPEM_CAPABILITY, *PPCI_EXPRESS_NPEM_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-pci_express_npem_capability)

Description

Defined in the PCI Express Base Specification Revision 4.0. Reserved for system use.

Members

Capability

Control

Status

Remarks

See also