PCI_FPB_CAPABILITY_HEADER - NtDoc

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

typedef struct _PCI_FPB_CAPABILITY_HEADER {
  PCI_CAPABILITIES_HEADER Header;
  USHORT                  Reserved;
} PCI_FPB_CAPABILITY_HEADER, *PPCI_FPB_CAPABILITY_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PCI_FPB_CAPABILITY_HEADER structure

Description

The Flattening Portal Bridge (FPB) Capabilities header. See section 7.y.1. in Flattening Portal Bridge (FPB) specification.

Members

Reserved

Remarks

See also